- or download this
tar xvzf foo.tar.gz
cd foo
- or download this
perl Build.PL --install_base "$HOME"
./Build
./Build test
./Build install
- or download this
perl Makefile.PL INSTALLBASE="$HOME"
make
make test
make install
- or download this
export PERL5LIB="$HOME/lib/perl5"