Looks like you might need to use HTML::Template::Expr to do what you
want...
On Tue, 2003-07-08 at 00:43, Wojciech Pietron wrote:
> Hi,
>
> I want to output a matrix with HTML::Template. The matrix has n rows
> (n>5) and m columns (m>5). For example:
>
> $matrix =
> [
>{one=>1, two=>2, th
Yes, something like that.
What is SAX?
Thanks! =)
--TWH
-Original Message-
From: Ron Savage [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2003 6:34 PM
To: HTML::Template
Subject: Re: [htmltmpl] Any need for automated survey generator?
On Thu, 3 Jul 2003 15:34:00 -0700, Tim Howe
Hi,
I want to output a matrix with HTML::Template. The matrix has n rows
(n>5) and m columns (m>5). For example:
$matrix =
[
{one=>1, two=>2, three=>3, ..., m=>m},
{one=>10, two=>20, three=>30, ..., m=>m*10},
{one=>100, two=>200, three=>300, ..., m=>m*100},
...
]
Now I want to h