Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Installing binary-dependant module on shared hosting (Time::Piece)

by wjw (Priest)
on Apr 18, 2007 at 01:17 UTC ( [id://610676]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Installing binary-dependant module on shared hosting (Time::Piece)
in thread Installing binary-dependant module on shared hosting (Time::Piece)

The CPAN config allows you to establish your own lib in your home file space (or anyplace you can write to). After which you can simply "use lib("path_to_your_cpan_libs") at the top of your perl code. So yes, that is the route that I go when I can't install to the system lib location for Perl. Another method with detail is described here ->

The easiest way to get what you want is to

$>perl -MCPAN -e sh

then

cpan> o conf init

Details here->

hope that helps....

...the majority is always wrong, and always the last to know about it...

  • Comment on Re^3: Installing binary-dependant module on shared hosting (Time::Piece)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found