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

NAME

Scraper.pl - Scrape data from a search engine.

SYNOPSIS

    perl Scraper.pl

DESCRIPTION

    Scraper.pl <engineName> <query> <limit>
engineName

The name of the search engine module (e.g., eBay, Google)

query

The query. Use quotes if query contains spaces.

limit

Limit the result count. Defaults to 21.

AUTHOR

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

COPYRIGHT

Copyright (c) 2001 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.