in reply to PERL5LIB different than 'use lib'
Yes it is, it is exactly the same.
http://perl5.git.perl.org/perl.git/blob?f=lib/lib_pm.PLD:\>perl -Mlib=TEST -le"print for @INC TEST D:/Perl/site/lib D:/Perl/lib . D:\>set PERL5LIB=TEST D:\>perl -le"print for @INC TEST D:/Perl/site/lib D:/Perl/lib .
PERL5LIB mystery, PERL5LIB and Windows UNC Path, PERL5LIB-How does it work, Paths for PERL5LIB, the -I switch and 'use lib'.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PERL5LIB different than 'use lib'
by tilly (Archbishop) on May 07, 2009 at 23:34 UTC |