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

Re: perl In tainted mode by Andrey

Andrey
Tue Aug 09 00:19:20 CDT 2005

kh875 wrote:
> 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

What does perl installation notes say about using such a mapping? I
don't remember I ever used perl that way...

-Andrey