http://qs321.pair.com?node_id=763754


in reply to problems using dynamic tables in perl cgi

You need a new deep level of reference:

print $c->table( {-border=>'0',-align=>'Center'}, $c->Tr({-align=>'Left'}, [ @rows ]) );