You're on the wrong list for this question but...
-T runs the Perl script in Taint mode. It checks for possible security
holes. It marks any variable a user can control as unsecure.
-The shebang (#! /usr/bin/perl) is telling the script where it can find the
perl interpreter.
Jeff
> -----Original Message-----
> From: nafiseh saberi [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 27, 2001 4:50 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] #!/usr/bin/perl -T
>
>
>
> hi.
> what is the meaning of #!/usr/bin/perl -T ???
> thanks.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]