Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: can't load any modules

by batkins (Chaplain)
on Dec 13, 2002 at 19:59 UTC ( [id://219731]=note: print w/replies, xml ) Need Help??


in reply to can't load any modules

it appears that oracle has gobbled up the paths to the perl library. this happened to me once, and i simply reinstalled perl and all was well.

however, if you don't want to uninstall Perl (understandable), simply set your PERL5LIB environment variable to c:\perl\lib;c:\perl\site\lib.

or, as a third alternative, you could explicitly specify these paths with use lib "C:\\perl\\site\\lib"; and use lib "C:\\perl\\lib"; of course, this isn't too portable.

Log In?
Username:
Password:

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

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

    No recent polls found