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.
use TieRegistry; print Dumper \%INC;
In reply to Re^3: How can I see a CPAN module's print message
by Corion
in thread How can I see a CPAN module's print message
by anaconda_wly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |