martymart has asked for the wisdom of the Perl Monks concerning the following question:
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.Too late for "-T" option at D:\Local\cgi-bin\helpdesk.cgi line 1.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Workaround available for 'Too late for "-T" option' error message??
by thinker (Parson) on Nov 29, 2002 at 14:43 UTC | |
Re: Workaround available for 'Too late for "-T" option' error message??
by Ovid (Cardinal) on Nov 29, 2002 at 19:17 UTC | |
Re: Workaround available for 'Too late for "-T" option' error message??
by monkeygirl (Pilgrim) on Nov 29, 2002 at 15:03 UTC | |
by UnderMine (Friar) on Nov 29, 2002 at 15:32 UTC | |
by monkeygirl (Pilgrim) on Nov 29, 2002 at 19:38 UTC | |
by perrin (Chancellor) on Nov 29, 2002 at 18:03 UTC |