Help for this page

Select Code to Download


  1. or download this
    use Perl6::Form;
    print form   {layout=>"across"},
    '{:[{10}]:} {:[{10}]:} {:[{10}]:} {:[{10}]:} {:[{10}]:} {:[{10}]:} ',
    \@UACS ,    \@UACS , \@UACS ,   \@UACS ,  \@UACS , \@UACS  ;
    
  2. or download this
        use Perl6::Form;
        print form   {layout=>"across"},
            '{:[{10}]:} ' x 6 ,
            ( \@UACS ) x 6;