Help for this page

Select Code to Download


  1. or download this
    <table>
     <tr><th>File</th><th>Word</th><th>Count</th></tr>
    ...
      ... ... ...
     <tr><td>..filem..</td><td>..wordn..</td><td>..count..</td></tr>
    </table>
    
  2. or download this
    # We'll build the table rows in this array, and we'll
    # put in the table headings first
    ...
    # Then turn the rows into a table.  (I'm quite unsure of
    # the syntax, so you'll have to adjust it as required.)
    print table( Tr( \@tbl_rows ) );