Help for this page

Select Code to Download


  1. or download this
    
    my %counts_per_value;
    ...
    for my $value ( sort keys %counts_per_value ) {
      say qq{$value => $counts_per_value{ $value };
    }