Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $tableOut->addRow (@$_) for @rows;
    $tableOut->print ();
    
  2. or download this
    <table>
    <tr><td>1</td><td>3</td><td>newText</td></tr>
    <tr><td>one</td><td>two</td><td>newText</td></tr>
    </table>