![]() |
|
XP is just a number | |
PerlMonks |
Re: Basic - Perl5libby Khen1950fx (Canon) |
on Oct 27, 2010 at 23:58 UTC ( [id://867871]=note: print w/replies, xml ) | Need Help?? |
PERL5LIB looks for modules in a private directory, for example, a development directory. If you want to use the modules in the development directory, then you can tell Perl to add the development directory to the front of @INC like this: export PERL5LIB=/home/uid/lib/perl5
In Section
Seekers of Perl Wisdom
|
|