On Fri, 2008-31-10 at 11:31 +0100, Carl Mäsak wrote:
> >> > for @$ar { ... }
> >> > or even
> >> > for @ $ar { ... }
> >> > or
> >> > for @($ar) { ... }
>
> Guy (>):
> > for ( @$ar ) { ... }
> >
> > ?
>
> That's Moritz' first suggestion, but with a pair of unnecessary
> parentheses thrown in. :) Ah ... silly me, stuck on perl5 ... thanks for the correction. I shall go back to watching and learning. -- --gh
