|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Conditional 'use lib'by dbp (Pilgrim) |
| on Feb 26, 2003 at 08:11 UTC ( #238702=note: print w/ replies, xml ) | Need Help?? |
|
If you look at the perldoc for lib you'll see that all it does besides unshift the path into @INC is add architechture specific directories if it finds them and remove trailing duplicates from @INC. A quick look at the lib module's source should give you an idea of how to proceed.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||