- or download this
use HTML::TableExtract qw(tree);
...
# $table is an HTML::ElementTable structure
# ... maybe edit the tree structure here
print $table->as_HTML;
- or download this
use HTML::TableExtract;
...
... maybe edit text
}
}
- or download this
use HTML::TableExtract;
...
... maybe edit html text
}
}