On Fri, Sep 08, 2000 at 09:45:54AM +1100, Damian Conway wrote: > I would propose that the C<grep> operation should short-circuit if the > block throws an exception, with the value of the expection determining > whether the final invocation of the block should accept the element it > was filtering: I don't think C<grep> should be able to eat unintentional exceptions. Perhaps it could short-circuit if the exception is 1 or false, as opposed to true or false? - Damien
- Re: $a in @b Bart Lateur
- Re: $a in @b Jarkko Hietaniemi
- Re: $a in @b John Porter
- Re: $a in @b Damian Conway
- Re: $a in @b Jarkko Hietaniemi
- Re: $a in @b Damian Conway
- Re: $a in @b Steve Fink
- Re: $a in @b Tom Christiansen
- Re: $a in @b Damian Conway
- Re: $a in @b Steve Fink
- Re: $a in @b Damien Neil
- Re: $a in @b Damian Conway
- Re: $a in @b John Porter
- Re: $a in @b Chaim Frenkel
- Re: $a in @b Damian Conway
- C<map> in RFC 31 David L. Nicol
- Re: C<map> in RFC 31 Damian Conway
- more yield tricks ((was Re: C<map&... David L. Nicol
- Re: more yield tricks ((was Re: C<... Damian Conway
- Re: more yield tricks ((was Re: C<... Randal L. Schwartz
- Re: more yield tricks ((was Re: C<... Damian Conway