in reply to Too Late for Drowning Witch/Taint Mode
Then hit "/", and type in part of the error text, then "n" until you hit the right match if you are not brought directly to the error.perldoc perldiag
In this case you will find out that you are probably calling the script with perl script.pl when you need to make it executable and call it with ./script.pl.
|
|---|