$oracle_row=$sth->fetchrow_hashref; foreach ($template->param) { param($_=>$oracle_row{$_}); } return $template->output; [download]
In reply to Re: Template Stuff by matija in thread Template Stuff by bar10der