in reply to Can a hash name have the same value twice.
map {my $key=$_;map {print "$key - $_\n"} sort keys %{$n{$_}} } sort keys %n; [download]