in reply to Re: CGI.pm table function memory usagein thread CGI.pm table function memory usage
print FH CGI->start_table; for(whatever){ print FH CGI->Tr(CGI->td(...)) } print FH CGI->end_table; [download]