> -----Original Message----- > From: Larry Wall [mailto:[EMAIL PROTECTED]
> On the other hand, putting the default up front is clearer if the
> block is long. Could even be something like:
>
> @foo = gather is default(@results) {
> for @a -> $x { pick $x if mumble($x) }
> }
And C<gather> is a better name than C<grep>, overall.
What does C<scatter> do?
=Austin
