Help for this page
$ time t.pl 2of12inf.txt Done processing dict (40933 words). Candidate counts, by number of let +ters: ... real 0m4.860s user 0m3.665s sys 0m0.160s
#!/usr/bin/perl ... for my $w (sort { $data_max->{$a}{total} <=> $data_max->{$b}{total} } +keys %$data_max) { print "$w : $data_max->{$w}{total}\n"; }
www.com | www.net | www.org
5.003 (Camel Book 2nd Edition) 5.6 (Camel Book 3rd Edition) 5.8 (stable version for >5 years) 5.10 (many new features now in common use) 5.16 (Camel Book 4th Edition) 5.18 (hash overhaul) 5.26 (no "." in @INC) 5.36 (subroutine signatures) Dynamic (no standard; code dictates VERSION) Other (discuss in comments)
Results (37 votes). Check out past polls.