http://www.perlmonks.org?node_id=1035228


in reply to map grep and sort

Probably beyond the scope of "the basics", but List::Util::reduce sure is handy too sometimes. And although you have to load a module to use it, that module is part of the core Perl distribution.


Dave

Replies are listed 'Best First'.
Re^2: map grep and sort
by tobyink (Canon) on May 25, 2013 at 07:27 UTC
      That is a very good and important point. Map can generate hashes because of this. I will add that fact to the above.