Michael Ellery wrote: > > OUTPUT from a 5.8.7 installation: > > C:\Documents and Settings\testuser.S2TECH>perl > //s2server1/infrastructure/libpath.pl > C:/Perl/lib > C:/Perl/site/lib > .
That's not right - site/lib should come before lib to pick up the later modules first from the site tree. perl -V should also show @INC reversed from what you have there. If you can't find anything obvious - consider reinstalling it. > warnings/register.pm => C:/Perl/lib/warnings/register.pm > Carp.pm => C:/Perl/lib/Carp.pm > warnings.pm => C:/Perl/lib/warnings.pm > Exporter/Heavy.pm => C:/Perl/lib/Exporter/Heavy.pm > vars.pm => C:/Perl/lib/vars.pm > Exporter.pm => C:/Perl/lib/Exporter.pm > strict.pm => C:/Perl/lib/strict.pm > constant.pm => C:/Perl/lib/constant.pm > Getopt/Long.pm => C:/Perl/lib/Getopt/Long.pm > > My local 5.8.8 installation works fine because it appears to have 2.37 > "built-in", so I never had to install or upgrade. Older distributions > seem to have either not Getopt::Long or an antiquated version (I'm > relying on a function in 2.36+). It probably has site/lib first like it should be. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
