in reply to Re: Use of uninitialized value in require at ...AutoLoader.pm ?
in thread Use of uninitialized value in require at ...AutoLoader.pm ?
perllexwarnsub 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 +); ...
|
|---|