Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Setting the path when a module installs

by l3v3l (Monk)
on Jan 04, 2006 at 23:43 UTC ( [id://521058]=note: print w/replies, xml ) Need Help??


in reply to Setting the path when a module installs

since %ENV is a (special) hash, if you are going to put more custom libs or custom programs into a specific location, I would just set it for your script with something like:
$ENV{'PATH'} = q(/bin:/usr/bin:/usr/local/bin:/home/custom_stuff);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-25 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found