|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Perl module in a user local folderby sundialsvc4 (Monsignor) |
| on Jan 15, 2013 at 15:55 UTC ( #1013417=note: print w/ replies, xml ) | Need Help?? |
|
Here or elsewhere, read up about this thing called @INC. This is the list of places that Perl looks. Other good search keys are PERL5LIB. Entering perl -V on the command line (with an upper-case “V”) is also very informative. Also, very specifically, perldoc perlfaq8 where you will find a section specifically named, How do I add a directory to my include path (@INC) at runtime?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||