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


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

so all other "shebang lines" are really just plain old comments.

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.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated