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

NAME

Gungho::Component::Scraper - Web::Scraper From Within Gungho

SYNOPSIS

  # Either setup $name in config, or call
  # $c->register_scraper_config($name, $config);
  $c->scrape($response, $name);

  $c->scrape($response, $config);

DESCRIPTION

This component allows you to use Web::Scraper (via Web::Scraper::Config) from within Gungho.

METHODS

scrape ($response, $config)