foreach $key1 (keys %hash) { foreach $key2 (keys %{$hash{$key1}}) { push(@Array, { key2_ => $hash{$key1}{$key2} }); }