in reply to module installation
Alternatively, you can install individual packages in your home dir for use with the site's main perl using this formula: (assumes bash shell)
perl Makefile.PL prefix=$HOME make make test make installYou'll want to look at your Perl docs to read about @INC, also.
--Paris
|
|---|