Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Why doesn't this work with -T?

by Zaxo (Archbishop)
on Jul 06, 2001 at 12:34 UTC ( [id://94408]=note: print w/replies, xml ) Need Help??


in reply to Why doesn't this work with -T?

This may not fix problems with all the tainted vars, but it looks like MySite/ConfigVars.pm is not in @INC.

use lib 'where/that/is/';

should fix that.

Other problems may occur with taint mode. It is often a surprise when %ENV is treated a tainted.

After Compline,
Zaxo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://94408]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found