Re: grep EXPR, LIST

2003-08-02 Thread Larry Wall
On Sat, Aug 02, 2003 at 09:53:07PM -0600, John Williams wrote: : Perl5 map and grep allow the first argument to be an expression which is : passed to the function instead of being evaluated. (Sort of a bare block.) : What does the signature for this look like? Is it done with "is parsed" : tricks,

grep EXPR, LIST

2003-08-02 Thread John Williams
Perl5 map and grep allow the first argument to be an expression which is passed to the function instead of being evaluated. (Sort of a bare block.) What does the signature for this look like? Is it done with "is parsed" tricks, or will perl6 require the "map BLOCK LIST" syntax? I was recently bit