my %hash; for my $key (keys %tmp) { $hash{$key} = { $key => @{$tmp{$key}} }; }