Help for this page
my %hoh; $hoh{element1} = {start => 1, middle => 5};
my %temphash = %{$hoh{element1}}; $temphash{end} = 10; $hoh{element1} = \%temphash;