Lo,
I have a directory '/other/perlmodsrc/tars' that contains all the cpan modules my system needs, including the dependencies.
There are 94 modules and installing them by hand is a little tedious. Is there any way to automate it? I could knock up a perl script to do each one via a shell, but that is very inelegant. What I'm after is the CPAN shell, only without CPAN and without the shell :)
John