in reply to Display Query Result in HTML Table

or maybe HTML::Template::Compiled::Plugin::HTML_Tags is what you search for.
# template: <tmpl_html_table arrayref [some optional attributes like header etc.]> # script: $htc->param( arrayref => [ [qw(foo bar)], [qw(foo bar)], [qw(foo bar)], ], );