Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for (sort keys %chars) {
        printf "%s\t%d\t%.3f\n", $_, $chars{$_}, $chars{$_} / $total; 
    }