Geo::CEP

Resolve Brazilian city data for a given CEP
Download

Geo::CEP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Stanislaw Pusep
  • Publisher web site:
  • http://search.cpan.org/~syp/

Geo::CEP Tags


Geo::CEP Description

Resolve Brazilian city data for a given CEP Geo::CEP is a Perl module to resolve Brazilian city data for a given CEP.SYNOPSIS use Data::Dumper; use Geo::CEP; my $gc = new Geo::CEP; print Dumper $gc->find("12420-010");Produces: $VAR1 = { 'state_long' => "S\x{e3}o Paulo", 'city' => 'Pindamonhangaba', 'lat' => '-22.9166667', 'lon' => '-45.4666667', 'ddd' => '12', 'state' => 'SP' }; Requirements: · Perl


Geo::CEP Related Software