for my $i (0..$#array) { print("Element $array[$i] was found at index $i\n"); }