$oracle_row=$sth->fetchrow_hashref; foreach ($template->param) { param($_=>$oracle_row{$_}); } return $template->output;