in reply to Parse HTML using HTML::TreeBuilder
From there, you can traverse to your actual, unmentioned destination in the DOM tree.use Web::Query qw(); my $w = Web::Query->new_from_html($html); my $the_td_element_you_want = $w->find('td:contains("@0.1.9.0.0.0.0.4.1.9.10")');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse HTML using HTML::TreeBuilder
by Anonymous Monk on Oct 16, 2012 at 16:52 UTC |