WWW::Search::EbayUK

WWW::Search::EbayUK is a backend for searching www.ebay.co.uk and european eBay sites.
Download

WWW::Search::EbayUK Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Pritchard
  • Publisher web site:
  • http://search.cpan.org/~ninja/WWW-Search-EBayGlobal-3.00/lib/WWW/Search/EBayGlobal.pm

WWW::Search::EbayUK Tags


WWW::Search::EbayUK Description

WWW::Search::EbayUK is a backend for searching www.ebay.co.uk and european eBay sites. WWW::Search::EbayUK is a backend for searching www.ebay.co.uk and European eBay sites.SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search('EbayUK'); my $sQuery = WWW::Search::escape_query("Bovine Spongiform Encephalitis"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, "n"; print $oResult->title, "n"; print $oResult->description, "n"; }This class is a Ebay specialization of WWW::Search. It handles making and interpreting Ebay searches http://www.ebay.co.uk.This class exports no public interface; all interaction should be done through WWW::Search objects.Requirements:· PerlWhat's New in This Release:· Added ebay_site and World_Wide functionality to allow use of this module with other e-Bay websites.


WWW::Search::EbayUK Related Software