sub print_row { print"
## print TR( td( \@_ ) ); ##
## my @rows; for ( blah blah ) { ... push( @rows, TR( td( \@_ ) ); } print table( @rows );