Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                               text_h  => [\&text,  "dtext"] );
    
    $p->parse_file("test.html");
    
  2. or download this
    <table id="maintable" width="300">
    <tr>
    ...
    <td width="100">more content</td>
    </tr>
    </table>
    
  3. or download this
    sub descend_htmltree {
      my $node = shift;
    ...
    
      return $htmloutput;
    }