Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Mods in different directories

by Sol-Invictus (Scribe)
on Jan 31, 2004 at 15:29 UTC ( [id://325554]=note: print w/replies, xml ) Need Help??


in reply to Mods in different directories

TIMTOWTDI

add this to the top of your script:

use lib('/path/to/module1','/path/to/module2');

this does the same as

unshift (@INC,'/path/to/module1','/path/to/module2');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found