NAME
Geo::LookupPostcode::IT - Get province and region codes for an Italian postcode
SUBROUTINES/METHODS
lookup_it_postcode
Takes one character string argument: a postcode.
If successful, it returns a reference to a hash, with this structure:
{
region_code => $region_code,
province_code => $province_code,
}
If it cannot find the province, it returns undef.
Note that the names may be anglicised (eg: "Vatican City", not "Città del Vaticano").
my $rh_province = lookup_it_postcode("00118");