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

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


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.

Jon