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

NAME

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

SYNOPSIS

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

See eg/ScraperDiscovery.pl

DESCRIPTION

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

AUTHOR and CURRENT VERSION

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

COPYRIGHT

Copyright (c) 2002 Glenn Wood All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.