foreach my $words (sort keys %tag) { my $fsize = $tag{$words}; printf "%s\n", $fsize, $words; }