my %hash = ( var => \$dw_VAR, str => \$dw_STR, ); print "str is ", ${$hash{str}}, "\n"; [download]
In reply to Re: Perl Hashes by betterworld in thread Perl Hashes by Nalina