On May 10, Peter Cline said:

>When attempt to use the taint flag I get the following complaint when 
>invoking perl from a command line (using -c, -w, and -wc):
>
>Too late for "-T" option at survey_select.pl line 1.
>
>The code runs however, and does what is expected.  Just curious if anyone 
>knows what this means.

Please check the perldiag documentation, which explains this warning.

You must send -T on the command-line, because by the time Perl actually
starts RUNNING your program, it's too late to do some of the taint
checking it should have done.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734

Reply via email to