I\'m using a hosted Linux machine so I don\'t have permissions to write into the /usr/lib directory.
/usr/lib
When I try to install a CPAN module by doing the us
For Makefile.PL-based distributions, use the INSTALL_BASE option when generating Makefiles:
perl Makefile.PL INSTALL_BASE=/mydir/perl