Hi Sarah >How can I pass an array to Template Toolkit, then loop through it?
You need to pass a pointer to array otherwise you get the scalar (length) of
the array:
$c->stash->{numarray} = [EMAIL PROTECTED];
Regards, Peter
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
