use strict; use warnings; use HTML::TreeBuilder; my $treeroot = HTML::TreeBuilder->new; #$treeroot->store_comments(1); my $whole_file = 'Some text. Some more text.'; $treeroot->parse( $whole_file ); $treeroot->eof(); #$treeroot->elementify(); # elementify doesn't matter either way. $treeroot->dump();
In reply to Re: Why is HTML::Treebuilder chopping the last word off my html?
by borisz
in thread Why is HTML::Treebuilder chopping the last word off my html?
by tphyahoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |