Hi- I am trying to run a script written in perl in Tainted mode. when I run
it from the command line it runs fine when I supply perl -T blah.pl but
through the IIS(6.0) it doen't honor the -T and returns with a error (like
page send bad headers). I mapped the extension in the IIS like this
c:\perl\bin\perl.exe -T "%s" %s
but it still doesn't work, please if you can help, or if you have any
suggestions I will be gratefull. Thank you so much.
kh875