![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: To "use" expected version of .pm fileby Taulmarill (Deacon) |
on Nov 27, 2008 at 10:23 UTC ( #726359=note: print w/replies, xml ) | Need Help?? |
perl holds the paths to it's modules in the array @INC. A common way to manipulate that array is to add paths using use lib '/path/to/module'. Also you might want to check the environment variable PERL5LIB.
In Section
Seekers of Perl Wisdom
|
|