How can I use a new Perl module without install permissions?

Posted by James Dean on Stack Overflow See other posts from Stack Overflow or by James Dean
Published on 2008-10-30T20:46:30Z Indexed on 2010/06/13 12:12 UTC
Read the original article Hit count: 280

Filed under:
|
|
|
|

Here is my situation: I know almost nothing about Perl but it is the only language available on a porting machine. I only have permissions to write in my local work area and not the Perl install location. I need to use the Parallel::ForkManager Perl module from CPAN

How do I use this Parallel::ForkManager without doing a central install? Is there an environment variable that I can set so it is located?

Thanks

JD

© Stack Overflow or respective owner

Related posts about perl

Related posts about permissions