Help for this page

Select Code to Download


  1. or download this
    # Shorthand...top level rows() method assumes the first table found in
    # the document if no arguments are supplied.
     foreach $row ($te->rows) {
        print join(',', @$row), "\n";
    
  2. or download this
    use HTML::TableExtract;
    
    ...
        }
     }
    close DATFILE;
    
  3. or download this
    <tr align="center" valign="top">
     <td><strong>Month </strong></td>
    ...
     <td><strong>Vol</strong></td>
     <td style="border-right:1px solid #C0C0C0;"><strong>Open Int</strong>
    +</td>
     </tr>