my %ignore_merchants = map { $_ => 1 } ('merchant 1','merchant 2'); # ... next if $ignore_merchants{$offer{retailer}}; }