for ( @some_array ) { ... } # to my $index = -1; while ( ++$index <= $#some_array ) { ... }