Get key value pair through hash reference
%hash = (that => this); $hashreference = \%hash; print "$$hashreference{that}\n";