Help for this page
# Somewhere in init stage ... $template->param(%{$products_data}); return $template->output();
my $schools = $DB->execute(sql =>'SELECT * FROM users ORDER BY us +ername', method =>'fetchall_aohref'); ... $t->param('schools' => $schools); return $t->output();