Help for this page
print table(Tr([ map td([ qw/foo bar baz/]), 1..10 ])); table { row { cell qw/foo bar baz/ } for 1..10 };