I learned just today actually how to install a module when not root.

So, you have your module tarball all good to go:

>mkdir ~/lib
>tar -zxvf modulename.tar.gz
>perl Makefile.PL LIB=~/lib
>make test
>make
>make install

and you should be fine

the link where I found the above is: 
http://perlmonks.org/index.pl?node_id=128077



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to