http://qs1969.pair.com?node_id=321919


in reply to Re: Re: What's #! got to do with it?
in thread What's #! got to do with it?

Not quite. It might still try to parse that line for options. Which is why you can still get the Too late for "-T" option at taint_test.pl line 1. error when calling a program as perl file.pl with -T set on the file's shebang line.

That's why I said qq{so all the other "shebang lines"} (ie: any shebang lines following the first one) :)