Thanks for all the quick answers...

Gordon... the short answer is that the program came that way. I downloaded from the 
CVS repository just today. It's working without the -T switch. It seems to me that the 
default runtime state of the application would correctly implement use the "T" switch. 
I could be wrong.

Thanks for all the answers again! I feel a little bit better about it all. I'll take 
all of the advice and learn more about the perlsec.


Warmest Regards,
Tim

--
/**
 * Timothy Stone      . Sun Certified Java Programmer
 * Web Master         . tstone at cityofhbg dot com
 * City of Harrisburg . 717.255.7297
 * Pennsylvania USA   . 717.903.9162
 *
 * "This Satan's drink [coffee] is so delicious,
 *  we shall cheat Satan and baptize it."
 *  --Pope Clement VIII 
 */

> -----Original Message-----
> From: Gordon Messmer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 27, 2002 11:24
> To: [EMAIL PROTECTED]
> Subject: Re: [OT?] perl -wT error
> 
> 
> 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
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to