![]() |
|
XP is just a number | |
PerlMonks |
Re: How to lay out private modules?by Animator (Hermit) |
on May 11, 2005 at 15:35 UTC ( #456036=note: print w/replies, xml ) | Need Help?? |
Something you could use instead of use lib is the PERL5LIB environment variable... So far I've some modules which are in a directory which is part of the @INC, and some only in the directory of one of my projects... for some others I have a symlink in a @INC-dir point to another dir (which ofcourse isn't in the @INC)...
In Section
Seekers of Perl Wisdom
|
|