#bypass cgi's html facilities print ''; foreach $thing (@thingies){ #foo returns an array of cell contents. print ''; } print '
',join('', foo($thing)),'
';