Help for this page

Select Code to Download


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