On Tue, 2005-04-26 at 13:46 +0530, Kiran Kumar wrote: > I Dont think this is fixed , Im still getting this Error . > > for (0 .. 8) -> $tmp > { > say " tmp is $tmp Spcl is $_ \n"; > }
Interesting. Now, it's dependent on the use of $_. Take out that $_ and it works fine... cool bug ;-)