Help for this page

Select Code to Download


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