Geography::Countries::LatLong is a Perl module that provides mean latitude and longitude for a large number of countries, named in English. Should translations become available, this module will happily move in Geography::Countries::EN::LatLong.
Regions and continents are not supported - please see the list below.
Look-up is by the English name of the country, as returned by the Geography::Countries module, of which this is a sub-class that exports none of its parent's properties or methods.
SYNOPSIS
use Geography::Countries::LatLong;
if ( Geography::Countries::LatLong::supports('Hungary') ){
my $array_ref = latlong('Hungary');
my ($lat, $long) = latlongr('Hungary');
}
Product's homepage
Requirements:
· Perl