Help for this page

Select Code to Download


  1. or download this
    while (($this, $that) = each(%list)) {
        push @array, $this, $that;
    }
    @array = sort { $a <=> $b } @array;