my %hash = ( 'one' => [ ( 'abc', 'def', 'ghi' ) ] ); $hash{'two'} = @{$hash{'one'}};