in reply to Re^4: perl unable to locate my module
in thread perl unable to locate my module
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 |