Hello Monks,
I'm running IIS on win2000, using activestate perl, I've written a cgi script, this works fine until I try to add tainting in the first line, then I get the error message
Too late for "-T" option at D:\Local\cgi-bin\helpdesk.cgi line 1.
I'm pretty sure this is because by the time Perl discovers a -T in a script, it's too late to properly taint everything from the environment. So Perl gives up.
Works fine when I take the T out of the perl interpreter line.
Does anybody know a workaround so that I can add tainting.
Thanks in advance.