Help for this page
%hash = ( 'key1' => { ... } );
1. %copy = %hash{'key1'}{1} 2. %copy = %{$hash{'key1'}{1}}