Help for this page

Select Code to Download


  1. or download this
    for (sort by_seq([qw(five nine one seven three)]), keys %h) {
    
  2. or download this
    use strict;
    #use diagnostics;
    ...
    for (sort {$sorter->($a,$b)}, keys %h) {
        print "$_: $h{$_}\n";
    };