next if exists { map {$_ => undef } qw(city state country) } -> { $field }; #### next if grep {$_ eq $field} qw(city state country);