Sarah Berry wrote:
> How can I pass an array to Template Toolkit, then loop through it? I'm
> trying to pass it through the stash just like anything else, as
> follows:
>
> $c->stash->{numarray} = @numtextCaps;
>
$c->stash->{numarray} = [EMAIL PROTECTED];
As we said on the DBIC list, read perldoc perlreftut and perlref for full info
about how all this works.
Thanks, that was my problem. Guess I missed that part ...
_______________________________________________ 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/
