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