Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How to add paths in @INC file

by mr.nick (Chaplain)
on Jun 18, 2001 at 21:44 UTC ( [id://89373]=note: print w/replies, xml ) Need Help??


in reply to How to add paths in @INC file

If you are trying to allow Perl to find modules that you are use'or require'ing, you can use lib ...
use lib '/path/to/my/libs'; use MySpecialLib;

mr.nick ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 02:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found