in reply to Carp::Heavy and Text::xSV
$ cat Foo.pm package Foo; 1; $ chmod 0200 Foo.pm $ ls -loanh Foo.pm --w------- 1 1004 18 Aug 2 10:30 Foo.pm $ perl -MFoo -e 1 Can't locate Foo.pm in @INC (@INC contains: /etc/perl /usr/local/lib/p +erl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 + /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/ +local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 .). BEGIN failed--compilation aborted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Carp::Heavy and Text::xSV
by xorl (Deacon) on Aug 02, 2004 at 15:37 UTC |