[ic] Help with [loop list=,please.

Jon Jensen jon@akopia.com
Fri, 2 Feb 2001 23:14:12 -0600 (CST)


On Fri, 2 Feb 2001, Jon Jensen wrote:

> On Fri, 2 Feb 2001, Tim Nelson wrote:
> 
> >  [loop list=`$Scratch->{ary}` more=1 ml=2]
> 
> (Untested:) How about `@{ $Scratch->{ary} }` instead? You need to
> dereference the array ref you put in the scratch variable.

Sorry about the bad advice I gave. Your code worked as-is, but the feature
wasn't added until after 4.6.1. So it's in CVS, and will be in 4.6.2.

Jon