Help for this page

Select Code to Download


  1. or download this
    next if exists
           { map {$_ => undef } qw(city state country) } -> { $field };
    
  2. or download this
    next if grep {$_ eq $field} qw(city state country);