I changed below code
tofor my $word (sort keys %count) {
It seems to work. Anyway, Your Ideas r welcomefor my $word (sort { $count{$b} <=> $count{$a} } keys %count) {
In reply to Re^4: Output data to a table or horizontal bar chart
by theravadamonk
in thread OUTPUT Data to a table or horizontal bar chart
by theravadamonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |