Hi, I'm trying to use taint mode on one of my cgi programs using the -T flag. #!/usr/local/bin/perl -wT When I check the syntax with "perl -c file.cgi" I get the following message: Too late for "-T" option at manager.cgi line 1. It smells like an error message, but it doesn't seem to affect the execution of the program one bit. Any ideas what's going on here? Thanks, Kurt
- Re: Taint mode Kurt Edmiston
- Re: Taint mode Dan Brown
- Re: Taint mode Kevin Meltzer