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?

That should probably be:
my @deletes = grep { evaluate($array[$_]) } 0..$#@array;
  • Comment on Re: Answer: how do I find the position of an element in an unknown array
  • Download Code