in reply to Re: How do I find the position of an element in an array?in thread How do I find the position of an element in an array?
my @deletes = grep { evaluate($array[$_]) } 0..$#@array; [download]