Luke Palmer Fri, 04 Mar 2005 19:03:38 -0800
Garrett Rooney writes: > It seems that the loop statement currently doesn't let you declare > variables inside it, so the following code: > > loop (my $i = 0; $i < 10; $i++) { } > > doesn't work. Here's a test for the problem.
Thanks, applied.