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.

Reply via email to