in reply to Re^2: Converting array of hash references to hash
in thread Converting array of hash references to hash

> I verified that use of any instead of grep increases the performance.

sure, but List::MoreUtils is not core...

lanx@nc10-ubuntu:~$ corelist List::MoreUtils List::MoreUtils was not in CORE (or so I think)

... thats why it's easier to show working code w/o dependencies.

With List::MoreUtils present any is for sure the better choice!

Cheers Rolf

( addicted to the Perl Programming Language)