Create local Perl library of modules not installed by administrator or root

Last Modified: Tue, 02 Jul 2013 15:28:09 +0000 ; Created: Tue, 02 Jul 2013 15:28:09 +0000

Local::Lib is the Perl module you want. Combine that with Dynamically load Perl library modules based on script location to get local-lib into your Perl script, and you should find it easier to download a missing module along with all of its dependencies.

Note that for modules that have compiled code you are still looking at platform specific builds.