Marcus Willemsen wrote:
I'm writing CGI scripts on a windows (2000 and xp pro) machine. In
order to make them more secure I try to employ the -T switch for
taint mode. I used to work when working on a linux station. Under
windows the scripts always complain "To late for -T option in
script XY line 1" When I run them from the command line. My first
line always looks this #!perl -T
Try:
perl -T script.pl
Is it because Windows is considered an insecure operating system
and running scripts in Taint mode wouldn't help much??
No.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>