in reply to Perl script as the shebang?

What about:

#!/bin/bash /usr/bin/perl /usr/bin/myscript.pl <<END whatever you wanted to feed to your script blah foo bar END
I think that would be clearer to more people looking at the file.

Update: Oops! Didn't notice that this was already covered.

mhoward - at - hattmoward.org