The Perl Auctioneer The Code 18 of 32 : [PREV] [NEXT]

Search & Interrogate

  my @links = $ebay->search('barbie -dolls');
  foreach my $link (@links) {
    my $hashref = $ebay->$auction($link);
    ....
  }

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/talks/auctioneer