in reply to Adding regex filters from command-line options

In "all { $_->($f->1) }" what is "all"? is it a Perl keyword?
  • Comment on Re: Adding regex filters from command-line options

Replies are listed 'Best First'.
Re^2: Adding regex filters from command-line options
by hippo (Archbishop) on Mar 25, 2025 at 08:49 UTC

    Is it most likely List::Util::all and the snippet given in the OP just does not include the use List::Util 'all'; line.


    🦛