in reply to Re: Re: How do I pass a block like map/grep/sort/etc?
in thread How do I pass a block like map/grep/sort/etc?

Quoth perldoc -f prototype:

If the builtin is not overridable (such as "qw//") or its arguments cannot be expressed by a prototype (such as "system") returns "undef" because the builtin does not really behave like a Perl function.
  • Comment on Re: Re: Re: How do I pass a block like map/grep/sort/etc?