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