in reply to Re: Search hash keys using values from array
in thread Search hash keys using values from array

Hello kcott,

In this case enum fits perfect. Thanks for pointing out, I had no idea about it.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^3: Search hash keys using values from array
by kcott (Archbishop) on Mar 25, 2017 at 07:05 UTC

    Glad you liked it.

    Here's another, more complex example of usage, that I posted last month. This shows a method of determining the original token name from the index.

    — Ken