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

Re: Mods in different directories

by Sol-Invictus (Scribe)
on Jan 31, 2004 at 15:29 UTC ( #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 cooling their heels in the Monastery: (4)
As of 2023-12-04 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (21 votes). Check out past polls.

    Notices?