On Tue May 18 11:52:31 2010, moritz wrote: > sub f { > gather for 1..10 { > return if $_ == 3; > take +$_; > } > } > my @x = f();
This now generates no output. Even if you add a 'say "alive" at the end. -- Will "Coke" Coleda
On Tue May 18 11:52:31 2010, moritz wrote: > sub f { > gather for 1..10 { > return if $_ == 3; > take +$_; > } > } > my @x = f();
This now generates no output. Even if you add a 'say "alive" at the end. -- Will "Coke" Coleda