http://qs321.pair.com?node_id=177793


in reply to installing local modules

Just to add to what dimmesdale has said...
If you want to install a module somewhere other than the default location, use

perl Makefile.pl PREFIX=/where/to/install/

in place of

perl Makefile.pl

Update: You might also find tachyon's tutorial helpful.