A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

How to install perl modules into a local directory

instead of:
perl Makefile.PL
try:
perl Makefile.PL PREFIX=/path/to/your/directory/perllibs
or:
perl Build.PL PREFIX=/path/to/your/directory/perllibs