Help for this page

Select Code to Download


  1. or download this
    for $k (sort keys %h) {
      print $_->[1] for splice [sort {$b->[0]<=>$a->[0]} @{$h{$k}}], 0, 4
    }
    
  2. or download this
    print $_->[1] for splice [sort {$b->[0]<=>$a->[0]} @{$h{$k}}], 0, 4 fo
    +r keys %h