http://qs1969.pair.com?node_id=400056


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

the output is:

Can't locate HTTP/Status.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) at /usr/lib/perl/5.6.1/LWP/Simple.pm line 16.
BEGIN failed--compilation aborted at /usr/lib/perl/5.6.1/LWP/Simple.pm line 16. Compilation failed in require at -e line 1.

That's really interesting that it found /usr/lib/perl/5.6.1/LWP/Simple.pm in this example, and failed because of lack of HTTP/Status.pm, but it still doesn't explain why it "Can't locate LWP/Useragent.pm" when I try to run my script. Is there something blatantly obvious I'm missing?