WWW::Scraper::ScraperDiscovery - discovers forms and inputs on a HTML page.


Scraper documentation  | view source Contained in the Scraper distribution.

Index


NAME

Top

WWW::Scraper::ScraperDiscovery - discovers forms and inputs on a HTML page.

SYNOPSIS

Top

    use WWW::Scraper;
    $scraper = new WWW::Scraper('ScraperDiscovery',{'url' => 'http://someplace.com/formInQuestion.html'});

See eg/ScraperDiscovery.pl

DESCRIPTION

Top

This class is an experimental exploration of "Scraper Discovery".

AUTHOR and CURRENT VERSION

Top

WWW::Scraper::ScraperDiscovery is written and maintained by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.

COPYRIGHT

Top


Scraper documentation  | view source Contained in the Scraper distribution.