in reply to Re^3: How to output the words that you want that came thru an html file?
in thread How to output the words that you want that came thru an html file?
my $tree = HTML::TreeBuilder::XPath->new; $tree->parse_content( $content ); my $key = $tree->findvalue('td');
See also Web::Magic::Examples
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to output the words that you want that came thru an html file?
by tobyink (Canon) on May 04, 2012 at 13:51 UTC |