On Fri, 21 May 2004, C Hagstrom wrote:

> my $res = $sth->fetchall_arrayref({});
>
> ...................
>
> assign it to a parameter:
>
> $q->param(res => $res);

Surely that should be:

  $template->param(res => $res);

There's no reason to give CGI::param() an array of hash-refs, is there?

-sam


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to