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