The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.05 - 2007-05-09

  • Added (less DSL-ish) Web::Scraper->define(sub { ... }) syntax
  • Fixed bug where the module dies if there's no encoding found in HTTP response headers
  • Added more examples in eg/
  • When we get value using callback, pass HTML::Element object as $_, in addition to $_[0] (Suggested by Matt S. Trout)
  • If the expression (1st argument to process()) starts with "/", it's treated as a direct XPath and no Selector-to-XPath conversion is done.

Modules

Web Scraping Toolkit inspired by Scrapi