Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to use a new version of a module?

by friedo (Prior)
on Dec 25, 2008 at 09:46 UTC ( [id://732565]=note: print w/replies, xml ) Need Help??


in reply to How to use a new version of a module?

use lib will prepend the directory you specify onto the beginning of @INC, so the Perl interpreter will look there first. I don't think CGI::Session has any compiled portions (but don't take my word for it) so copying the module to your local directory on the server should work fine.

Log In?
Username:
Password:

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

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

    No recent polls found