in reply to problem installing modules...

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


UPDATE: 3-9-01 removed "=" from "use lib" And no one called me on that???