I Dont think this is fixed , Im still getting this Error .

 for (0 .. 8) -> $tmp
 {
     say " tmp is $tmp Spcl is $_ \n";
 }


On 4/26/05, Aaron Sherman <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-04-25 at 08:43, Luke Palmer wrote:
> 
> > Nope.  It seems that pugs is considering $tmp and the implicit usage of
> > $_ to specify two different parameters to the block.  In fact, there's
> > only one: $tmp, and it is aliased to $_.
> 
> Ah, and this was my problem too. Thanks, Luke or whoever fixed this one.
> 
> --
> Aaron Sherman <[EMAIL PROTECTED]>
> Senior Systems Engineer and Toolsmith
> "It's the sound of a satellite saying, 'get me down!'" -Shriekback
> 
>

Reply via email to