Hi guys
I have a script named "a.pl"
1.I can NOT execute it with the following command : perl a.pl
and I get the following command :" bad interpreter: No such file or directory"
2.But CAN with : perl -w a.pl
I use a linux machine and verified by a "which perl" command the perl path (/usr/bin/perl)
I have a script named "a.pl"
1.I can NOT execute it with the following command : perl a.pl
and I get the following command :" bad interpreter: No such file or directory"
2.But CAN with : perl -w a.pl
I use a linux machine and verified by a "which perl" command the perl path (/usr/bin/perl)