in reply to PERL5LIB usage ?

# In login script export PERL5LIB=~/lib/perl5 # Installing a module perl Makefile.PL PREFIX=~ LIB=~/lib/perl5 make test make install # Using the module perl -e'use My::Module'