Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Time Issues

by clemburg (Curate)
on Dec 01, 2000 at 20:38 UTC ( [id://44395]=note: print w/replies, xml ) Need Help??


in reply to Re: Time Issues
in thread Time Issues

Oh yes, you can do that if you have any write access on a machine. Let's say you want all the modules to go in your personal library directory /home/impalass/lib/perl, then you simply say during the normal install procedure:

> perl Makefile.PL LIB=/home/impalass/lib/perl

For using the modules, there exist several ways to get your personal library into the @INC library search path: the most convenient one is probably to set the PERL5LIB environment variable in your login profile. And yes, this works on Win32 systems, too.

For more on this, read Effective Perl Programming, pages 163 to 175 (Chapter "Using Packages and Modules").

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://44395]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found