Help for this page

Select Code to Download


  1. or download this
    eval{
        $latlong = $geocoder->geocode(location => $location);
    
  2. or download this
    $param{location} = shift;
    ...
    my $location = $param{location}
            or Carp::croak("Usage: geocode(location => \$location)");