in reply to Re^2: Screen scraping complex tables and divs (updated)
in thread Screen scraping complex tables and divs
As a very simplicistic application of combining WWW::Mechanize with HTML::TreeBuilder and HTML::Selector::XPath, I wrote App::scrape. This module encapsulates extracting data from HTML either via CSS selectors or XPath queries. Maybe you can use that as a starting point.
|
|---|