Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^7: How to make Geo::Coder::Google run even if input location doesn't exist

by AnomalousMonk (Archbishop)
on Mar 01, 2013 at 16:03 UTC ( [id://1021289]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                if ($@){
                    "Couldn't get location : $place\n";  ### LINE 27
                }else{
                    ($long, $lat) = @{ $response->{Point}{coordinates} };
                }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1021289]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-24 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found