foreach $key (sort keys %hash) { print "$key\n$hash{$key}\n"; } #### type abcdef 12 11 19 obc 1 3 4 #### type abcdef 12 11 19 obc 1 3 4