in reply to Re: Use of uninitialized value in require at ...AutoLoader.pm ?
in thread Use of uninitialized value in require at ...AutoLoader.pm ?

http://search.cpan.org/src/RGARCIA/perl-5.10.0/lib/diagnostics.pm
sub import { shift; $^W = 1; # yup, clobbered the global variable; # tough, if you want diags, you want diags. return if defined $SIG{__WARN__} && ($SIG{__WARN__} eq \&warn_trap +); ...
perllexwarn