Help for this page
# This line would discard the reference to %Fruits, and create a *new* # hash with the specified values # $Ref_to_Hash = { "Pears", 5, "Peaches", 7 };
%$Ref_to_Hash = ( "Pears", 5, "Peaches", 7 );