in reply to
Using Modules in a local directory
use lib "path/to/modules";
perl Makefile.PL PREFIX=/my/dir/modules
For more, read
perlfaq8
, "How do I keep my own module/library directory?"
japhy
--
Perl and Regex Hacker
Comment on
Re: Using Modules in a local directory
In Section
Seekers of Perl Wisdom