in reply to Re: Reference curiosity?in thread Reference curiosity?
print "$hash->{A} $hash->{B} $hash->{C}\n"; " [download]
print "$$hash{A} $$hash{B} $$hash{C}\n"; [download]