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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi! I keep reading about running CGI scripts with taint mode for security, but when I use the -T switch, I get the following message:
Too late for "-T" option at formtest.cgi line 1.
My shebang line is:
#!/usr/bin/perl -T
(It was #!/usr/bin/perl -Tw but I took the -w off for testing why -T doesn't work).

Can canyone tell me what the error message means and how I can get around it? Thanks monks!!!