![]() |
|
"be consistent" | |
PerlMonks |
Re: (OT) Perl command line interpolationby jaa (Friar) |
on Jun 15, 2006 at 12:31 UTC ( #555483=note: print w/replies, xml ) | Need Help?? |
This is not really a perl question - the shebang line is used by the shell to determine which command will handle the script.
env is a binary that will execute your command in a modified environment -- man env is your friend! Using env to run perl might be very slightly slower - but I doubt you will be able to measure the impact. Regards, Jeff
In Section
Seekers of Perl Wisdom
|
|