my $results_query = $items->search({ 'joined_table.column' => '?' }); foreach my $value(@values) { my $results = $results_query->bind($value); # Process and output results of this search ... }