Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Perl modules possible to place some where else

by vek (Prior)
on May 10, 2004 at 20:27 UTC ( [id://352202]=note: print w/replies, xml ) Need Help??


in reply to Perl modules possible to place some where else

As others have pointed out, a use lib '/path-to/your-module/'; is what you need in your program.

If you want to install a module from the CPAN in a non-standard lib directory, just use the following:

perl Makefile.PL LIB=/your/lib/path PREFIX=/your/lib/path
-- vek --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://352202]
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-25 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found