Help for this page

Select Code to Download


  1. or download this
    print table(
        {-width=>"100%",
    ...
             td({-class => 'sizetwo'}, \@rows)
          )
      );
    
  2. or download this
    print <<EOT;
    <style type="text/css">
    .sizetwo {font-size: large}   
    </style>
    EOT