On Wed, 2002-11-27 at 07:52, Stone, Timothy wrote: > I'm running a perl program with the "she-bang" : #!/usr/bin/perl -wT > > Well, this causes a problem ... I keep getting an error reporting: > Insecure ENV{$PATH}...
Did the program come with -wT, or did you just add them? Don't expect any perl program to *ever* run unmodified with -wT added. That's not the way -T works. It shouldn't matter much anyway. Taint mode is used when you don't trust user input, as in CGI or SUID applications. If you're not doing one of those things, it's not usually necessary. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list