![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: How can I see a CPAN module's print messageby Corion (Patriarch) |
on Jan 06, 2013 at 09:20 UTC ( #1011860=note: print w/replies, xml ) | Need Help?? |
Also consider that Perl will load the first file TieRegistry.pm it finds in @INC. Inspect the values of %INC to find out which file Perl loaded, and which one you edited. See perlvar and Data::Dumper.
In Section
Seekers of Perl Wisdom
|
|