in reply to Re^2: mystery re each + last
in thread mystery re each + last

I rarely use each, and that's partly the reason. Generally, I call keys to fetch all the keys, sort them as needed, then fetch the corresponding values.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.