Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#!/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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: geocoding problem
by tachyon-II (Chaplain) on Dec 17, 2007 at 07:09 UTC | |
|
Re: geocoding problem
by eserte (Deacon) on Dec 17, 2007 at 07:20 UTC | |
|
Re: geocoding problem
by Anonymous Monk on Dec 17, 2007 at 23:58 UTC | |
by eserte (Deacon) on Dec 18, 2007 at 00:47 UTC |