The Perl Auctioneer The Requests Slide 13
[PREV] [NEXT]

The Requests

Auction Search

my @list = $ebay->search({keywords => ('kmfdm'), sort => "DATE_DSC"});
my @list = $ebay->search({keywords => ('kmfdm'), sort => "BID_ASC"});
my $list = $ebay->search({keywords => ('kmfdm'), global => 1});

Sort Settings

  • DATE_ASC - default if none specified
  • DATE_DSC
  • BID_ASC
  • BID_DSC

© 2003 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/