in reply to Taint Mode

However, I always get the error message Too late for "-T" option at xxxxx.pl line 1 when I test it in UNIX. The script will still work in the browser though.

how are you testing in unix? if by the command line, you have to specify the -T on the command line as well:

> perl -T /path/to/script.pl

-- Dan