sub convert { my $html = shift; my $t = HTML::TreeBuilder->new(); $t->parse($html); $t->eof; my $obj; $obj .= DumpTable( $_ ), $/, $/ for $t->find_by_tag_name('table') ; return($obj); }
In reply to Re^3: odd text object problem - how to store as string?
by ~~David~~
in thread odd text object problem - how to store as string?
by emmiesix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |