Help for this page
# assume @a is your array my $pos; for my $i (0..$#a) { if ($a[$i] eq "Element_15") { $pos = $i; last; } }