in reply to Load module from local dir
Rather than placing
use lib "$ENV{HOME}/perl5/lib/perl5"; [download]
in all of your Perl programs, consider placing
export PERL5LIB=~/perl5/lib/perl5 [download]
in your login script.