Help for this page
for my $index (0 .. $#array) { ... }
for (my $index = 0; $index < $#array; ++$index) { ... }