Help for this page

Select Code to Download


  1. or download this
    for my $country_name (keys(%$countries)) {
       my $country = $countries->{$country_name};
       ...
    }
    
  2. or download this
    for my $province_name (keys(%$provinces)) {
       my $province = $provinces->{$province_name};
       ...
    }
    
  3. or download this
    for my $country_name (keys(%$countries)) {
       my $country = $countries->{$country_name};
    ...
          ...
       }
    }