in reply to Display Query Result in HTML Table
# template: <tmpl_html_table arrayref [some optional attributes like header etc.]> # script: $htc->param( arrayref => [ [qw(foo bar)], [qw(foo bar)], [qw(foo bar)], ], ); [download]