Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: perl lost its modules!

by halfcountplus (Hermit)
on Apr 02, 2014 at 09:39 UTC ( [id://1080726]=note: print w/replies, xml ) Need Help??


in reply to Re^3: perl lost its modules!
in thread perl lost its modules!

Check:

echo $PERL5LIB

That's a shell, not a perl, command.

Someone possibly set this previously somewhere such as /etc/profile. If that is the problem, until you can figure where it is set — grep -R PERL5LIB /etc will help with that — just

export PERL5LIB=

I.e., nothing after the equals sign. You could also add that to ~/.bashrc.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found