Help for this page
%hash = ( 'one' => [ ... ], 'two' => 3 );
%hash = ( 'one' => [ ... 'ghi' ] );
$hash{'two'} = [ @{$hash{'one'}} ];