my $hash_ref = { a => 1 , b => 2 , } ; print "$$hash_ref{a}\n" ; print "$$hash_ref{b}\n" ;