http://www.perlmonks.org?node_id=1009499


in reply to Re^2: A problem when modify a pm
in thread A problem when modify a pm

The TieRegistry is a standard module of Perl. In normal time when I "use Win32:TieRegistry", I can use $Registry directly without error. I found one line in TieRegistry:

use vars qw( $RegObj %_Roots %RegHash $Registry );