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


in reply to Re: Perl interpretation of weird #! line
in thread Perl interpretation of weird #! line

Perl will process any options it finds after the word "perl" on the shebang line. I believe this is case insensitive. So #!@@PERL@@ -w (for example) as the first line of the program should turn on warnings.