Thanks Rob..

Denis

On Wed, 10 Sep 2003, Hanson, Rob wrote:

> Sure.
> 
> Use this when running Makefile.PL.
> 
> perl Makefile.PL LIB=~/myhomelib PREFIX=~/myhomelib
> 
> This will install the modules to ~/myhomelib.  To use the modules in a
> script you can either "use lib '/myhomepath/myhomelib'" (note the full path,
> no ~).  Or you can set the environment var PERL5LIB to that directory, which
> will be prepended to your @INC array.
> 
> Rob
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 10, 2003 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: Module install
> 
> 
> Anyone know if your able to install modules in the users local home 
> directory? I'm running on a system that I'm not able to install modules 
> system wide.
> 
> Thanks
> 
> Denis
> 
> 
> 


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

Reply via email to