in reply to Re: Reference curiosity?
in thread Reference curiosity?

"This is easily corrected by changing line 6 to:
print "$hash->{A} $hash->{B} $hash->{C}\n"; "
I prefer:
print "$$hash{A} $$hash{B} $$hash{C}\n";