in reply to Strange @INC behavior

I found that /usr/lib/perl/5.6.1/LWP/ exists
The LWP stuff seems to (usually??) be found somewhere below the /usr/lib/perl5/5.x.x/ directory .. and a couple of programs in /usr/bin/ or /usr/local/bin, depending.. it is, on my Linux and FreeBSD systems.

Simply updating your LWP packages might fix things ... and also making sure your scripts do point to the right Perl on the new system (there isn't more than one is there?) ..
which perl perl -v perl -e 'print $_ . $/ for @INC;'


HTH

Replies are listed 'Best First'.
Re^2: Strange @INC behavior
by MistaMuShu (Beadle) on Oct 18, 2004 at 04:15 UTC
    I'm pretty sure that there's only one version of perl installed because I did some searches in other forums for the problem. Sorry I forgot to mention that in the initial post.