Help for this page

Select Code to Download


  1. or download this
    sub walkit {
       my $hashref = shift;
       my $min = each %$hashref;
    ...
       my $hashref = shift;
       ( sort {$a<=>$b} keys %$hashref )[0];
    }