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