Help for this page
<!-- Generated by CGI::Widget::Tabs v1.14 --> <table class="tab"> ... </tr> </table>
my $sth = $dbh->prepare($sql); $sth->execute($tab->active); ... $template->param(TITLE=>'ENV Spreadsheet'); $template->param(HEADINGS=>$heading, ROWS=>\@rows );