print FH CGI->start_table; for(whatever){ print FH CGI->Tr(CGI->td(...)) } print FH CGI->end_table;