# Write to $HOME/.local-lib-rc and then add # "source ~/.local-lib-rc" to $HOME/.bashrc export PERL_MB_OPT="--install_base $HOME/perl5" export PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" export PERL5LIB="$HOME/perl5/lib/perl5/i386-linux:$HOME/perl5/lib/perl5" export PATH="$HOME/perl5/bin:$PATH"