Help for this page

Select Code to Download


  1. or download this
    (
      ZM => [ [20470, "20470:ZM:Samfya:Africa"],
    ...
      ZW => [ ... ],
      ...
    )
    
  2. or download this
    use warnings;       # just for debugging
    use strict;         # just for debugging
    ...
    for $k (sort keys %h) {
      print $_->[1] for splice [sort {$b->[0]<=>$a->[0]} @{$h{$k}}], 0, 4
    }                   # -n