in reply to Programmatically generating HTML tables including <thead> and <tbody>

A search for html tbody on CPAN turned up a few possibilities to explore. Try HTML::Tabulate or HTML::EasyTags.

Personally I prefer to use Template Toolkit and write the HTML myself.

  • Comment on Re: Programmatically generating HTML tables including <thead> and <tbody>