in reply to problem installing modules...
or insert the line:tar -xvpzf <module> perl Makefile.PL PREFIX=/path/to/local/module/directory make make test make install
or put this in your start-up script (if you're on a 'nix machine):use CGI::Carp qw/fatalsToBrowser/; use lib /path/to/module
$ export PERL5LIB=$HOME/perlib #or whatever your local dir. structure +is
|
|---|