[ABE.pm] Finding my own objects

Michael C. Toren mct at toren.net
Wed May 17 10:17:46 PDT 2006


On Wed, May 17, 2006 at 01:05:17PM -0400, Faber J. Fedor wrote:
> I like to keep my Perl modules in the $MY_LIBPATH directory.  In each of
> my programs I have 
> 
> use lib $ENV{MY_LIBPATH} || die "\n$MY_LIBPATH is not set! Arrgh!\n";

Any reason not to just use $PERL5LIB, or $PERLLIB?

-mct


More information about the ABE-pm mailing list