Help for this page

Select Code to Download


  1. or download this
    for $key (sort {$a <=> $b} keys %sortListArr) ...
    
  2. or download this
    for $key (sort {$sortListArr{$a} cmp $sortListArr{$b}}
                   keys %sortListArr) ...