Hi,
Is there a way in Perl to search an array with its value and not by its index? like java does with "IndexOf".
Problem is: I have an array of 400 elements. Each element has some number stored. I'm trying to get the index of a particular element.
Thanks in advance.