in reply to Installing modules locally

Once the module is installed you could safely copy the module files to a single directory, eg. /perl/mymodules. That would also avoid version confusion. Imagine you install Foo::Bar 0.1 in /lib/Perl and Foo::Bar 0.2 in /usr/local/lib/perl/5.8.7. Perl would always load the version that is first in your perl path.


holli, /regexed monk/