Help for this page
my $arrayref = $sth->fetchall_arrayref({ FieldID =>1, ... Fieldname4 =>1, }); $template->param(table1 => $arrayref);
my $arrayref = $sth->fetchall_arrayref({}); $template->param(table1 => $arrayref);