Hi
I'm trying to get a site to work again, but when I try the submit functionality something goes wrong.
This is the part of the Perl script going wrong
The error log states the following:
$* is no longer supported at /home/{path to script and script}.pl
Can something else be used instead of $* ??
Thanks
Jolly
I'm trying to get a site to work again, but when I try the submit functionality something goes wrong.
This is the part of the Perl script going wrong
Code:
$pageHTML =~ s/\n/ /g; $pageHTML =~ s/\s+$*/ /g; $pageHTML =~ s/ / /g;
$* is no longer supported at /home/{path to script and script}.pl
Can something else be used instead of $* ??
Thanks
Jolly

Comment