|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: Issue with #!usr/bin/perlby DrHyde (Prior) |
| on Mar 14, 2013 at 11:25 UTC ( #1023462=note: print w/ replies, xml ) | Need Help?? |
|
There's also this useful trick for writing perl scripts that will run using whatever is the first perl in the $PATH:
"But why not use #!/usr/bin/env perl?", I hear you cry. Because env isn't always in /usr/bin - it's in /bin on some obscure platforms - and there can be "issues" with passing arguments to the executable via env.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||