Mega Code Archive

 
Categories / Perl / Hash
 

Get key value pair through hash reference

%hash = (that => this); $hashreference   = \%hash; print "$$hashreference{that}\n";