Michael G Schwern wrote:
>
> In this case I'll take long-term simplicity over short-term
> easy-to-explain rules. Otherwise we'll be writing this all over the
> place til Kingdom come.
>
> do {
> if my $foo = bar() {
> ...
> }
> }
I'm surprised no one else has invented
{ unless my $foo = bar () { last };
...
}
during this argument :) Of course, it doesn't scale to else clauses, so
maybe that is why.
--
Glenn
=====
Due to the current economic situation, the light at the
end of the tunnel will be turned off until further notice.