The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.023 - 2016-10-10

  • Officially rename all "grep"-related methods to "filter" something, to open up for a new $array->filter() method which is more capable than autobox::Core's $array->grep(). There are aliases for all existing grep-methods.
    • All grep-related methods will continue to work: they are not deprecated and will probably never go away.
  • Simple $array->filter($subref) method.

Modules

Autobox methods to transform Arrays and Hashes