
WWW::Scraper::eBay - Scrapes www.eBay.com

require WWW::Scraper;
$search = new WWW::Scraper('eBay');

This class is an eBay extension of WWW::Scraper. It handles making and interpreting eBay searches http://www.eBay.com.


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

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.