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

Re^5: perl unable to locate my module

by LanX (Saint)
on May 22, 2013 at 00:39 UTC ( [id://1034651]=note: print w/replies, xml ) Need Help??


in reply to Re^4: perl unable to locate my module
in thread perl unable to locate my module

> which indicates to me it probably isn't related to permissions....

It's possible to create very pathological situations with permissions.

If I were you I'd try mkdir new dirs and copy IPC.pm there (and another tst.pm with just "1") and try to set INC accordingly.

Maybe you can isolate the problem.

BTW: manually perl -I/home/charrison/bin -MIPC -e'1' fails, too?

HTH

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^6: perl unable to locate my module
by Anonymous Monk on May 22, 2013 at 03:15 UTC
    it is very important to quote the '1' because your shell might interpolate 1 into 11 :P

Log In?
Username:
Password:

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

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

    No recent polls found