Help for this page

Select Code to Download


  1. or download this
    my $run_start = 0;
    foreach my $index ( 0 .. @sorted - 2 ) {
    ...
            $run_start = $index + 1;
        }
    }