print $q->td(['one', '1', 'I']); #### one 1 I #### ... #### $q->td([ 'two' ]), $q->td({-colspan=>'2'}, [ '2' ]),