in reply to Re: Copying multi-level hashin thread Copying multi-level hash
%temp = %{$hash{key1}{1}}; then later: %{$hash{key1}{1}} = %temp; [download]