Help for this page
#!/usr/bin/perl -w use strict; ... foreach my $token ( sort keys %frequency ) { print "$token: $frequency{$token}\n"; }