in reply to title sub

You can install modules in your home directories.

perl Makefile.PL LIB=/home/joseph/perllib make make test make install

Then you can call the module using the 'use lib' pragma.

use lib '/home/joseph/perllib'

Note:

The above example comes from page 166 of merlyn's and Joseph N. Hall's book _Effect Perl Programming_.

J. J. Horner
Linux, Perl, Apache, Stronghold, Unix
jhorner@knoxlug.org http://www.knoxlug.org/