Help for this page
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>";