#!/usr/bin/perl use Geo::Coder::Google; use Data::Dumper; my $geocoder = Geo::Coder::Google->new(apikey => 'google map key her +e -removed'); my $location = $geocoder->geocode( location => 'Hollywood and Highla +nd, Los Angeles, CA' ); print $location;
In reply to geocoding problem by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |