Help for this page
for my $i (0 .. $#array) { if ($array[$i] eq ... ) {
for my $i (@array) { if ($i eq ... ) {