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

Re^5: Strange @INC behavior

by ysth (Canon)
on Oct 20, 2004 at 16:27 UTC ( [id://400910]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Strange @INC behavior
in thread Strange @INC behavior

Multiple versions of perl should coexist with no problems (though /usr/bin/perl can only be one of them :).

So is it saying "Can't locate HTTP/Status.pm in @INC" or "Can't locate LWP/UserAgent.pm" in @INC" ? (HTTP::Status is also part of LWP, and should be there.) If the file it is complaining about is really there, try

print(do "full-pathname-to-.pm-file" ? "ok" : "error: $!");

Log In?
Username:
Password:

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

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

    No recent polls found