I need to install some Perl Modules for my Perl scripts. However those modules are not available on the servers I want to run the scripts on. I also do not want to mess with server wide library directories. I think it can be done by manipulating the "@INC" variable. I need to know how to install the new modules using cpan and the alternate @INC.
Alternatively, it might also make sense to bundle my own Perl binary/environment with my script. Any ideas?