in reply to Perl script as the shebang?
What about:
I think that would be clearer to more people looking at the file.#!/bin/bash /usr/bin/perl /usr/bin/myscript.pl <<END whatever you wanted to feed to your script blah foo bar END
Update: Oops! Didn't notice that this was already covered.
|
---|