Geo::Postcodes::JP

Handle the Japan Post Office postal code data
Download

Geo::Postcodes::JP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Bullock
  • Publisher web site:
  • http://search.cpan.org/~bkb/

Geo::Postcodes::JP Tags


Geo::Postcodes::JP Description

Geo::Postcodes::JP is a Perl module that contains a series of modules for handling the files of postcodes supplied by Japan Post. Geo::Postcodes::JP::Update downloads the data files. Geo::Postcodes::JP::Process parses the data files, and can improve the data. Geo::Postcodes::JP::DB inserts the postcode data read by the processing module into an SQLite database. The main module provides a way to access the postcodes in an existing SQLite database.SYNOPSIS my $gpj = Geo::Postcodes::JP->new ( db_file => '/path/to/database/file', ); my $address = $gpj->postcode_to_address ('3050053'); # Now $address contains the address as a hash reference.Product's homepage


Geo::Postcodes::JP Related Software