tar -xvpzf perl Makefile.PL PREFIX=/path/to/local/module/directory make make test make install #### use CGI::Carp qw/fatalsToBrowser/; use lib /path/to/module #### $ export PERL5LIB=$HOME/perlib #or whatever your local dir. structure is