Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Install a module locally

by shoness (Friar)
on Jun 30, 2008 at 23:39 UTC ( [id://694853]=note: print w/replies, xml ) Need Help??


in reply to Install a module locally

Briefly you will tell "configure" to install the module in a non-default location with a different "PREFIX". You must then tell Perl to look for modules in that location, typically with a "use lib" statment or an environment variable like $PERL5LIB.

Read what pc88mxer told you to, or CPAN's directions.

Do you intend for others to use the code that you write, either locally or in their own environments? Of course they will need to have access to an installed module as well, either pointing to your installation or by installing the same module themselves.

Log In?
Username:
Password:

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

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

    No recent polls found