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