Help for this page

Select Code to Download


  1. or download this
    print header, start_html({-title=>"CGI Table"});
    
  2. or download this
    use DBIx::XHTML_Table;
    
    ...
    $table->exec_query($query);
    
    print $table->output();