| Scraper documentation | view source | Contained in the Scraper distribution. |
WWW::Scraper::ScraperDiscovery - discovers forms and inputs on a HTML page.
use WWW::Scraper;
$scraper = new WWW::Scraper('ScraperDiscovery',{'url' => 'http://someplace.com/formInQuestion.html'});
See eg/ScraperDiscovery.pl
This class is an experimental exploration of "Scraper Discovery".
WWW::Scraper::ScraperDiscovery is written and maintained
by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.
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.
| Scraper documentation | view source | Contained in the Scraper distribution. |