in reply to web::scraper using an xpath

I'd use a search like site:search.cpan.org xpath html which turns up HTML::TreeBuilder::XPath. Then you'd need to fetch the HTML so probably use LWP::Simple.

But then, that search didn't turn up Web::Scraper (that I noticed), so you might want to try variations on it.

  • Comment on Re: web::scraper using an xpath (searches)

Replies are listed 'Best First'.
Re^2: web::scraper using an xpath (searches)
by Anonymous Monk on Dec 10, 2010 at 15:14 UTC
    Um, Web::Scraper already does all that ...