![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: How do I find the index of a specific array value?by myuserid7 (Scribe) |
on Aug 13, 2010 at 05:31 UTC ( #854828=note: print w/replies, xml ) | Need Help?? |
You should use first() from List::Util. List::Util is a core module, unlike List::MoreUtils and other modules mentioned above, so it is portable and can be used with no extra effort.
In Section
Seekers of Perl Wisdom
|
|