in reply to Re: Cannot run Perl under IIS (Win2000 pro)
in thread Cannot run Perl under IIS (Win2000 pro)
C:\Perl\bin\Perl.exe -T %s %s
On win32 systems, you can't do taint checking via the script. You'll get a "to late" message. If you want to have "selective" taint checking, then make a new extension like .plt and throw in the -T switch on that.
Hope this helps..
Rich
|
|---|