Help for this page

Select Code to Download


  1. or download this
    my $table = HTML::Table::FromDatabase->new( 
                    -sth  => $sth,
    ...
    print "<html><head><title>this is the page title</title></head><body><
    +h1>this is the header</h1>";
    print $table->getTable;
    print "this is the end</body></html>";