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