in reply to Re: Shortcutting grep in boolean context
in thread Shortcutting grep in boolean context

`for @a` also avoids putting every element of the array on the stack like `map @a` and `grep @a` do.

  • Comment on Re^2: Shortcutting grep in boolean context