Hagbone has asked for the wisdom of the Perl Monks concerning the following question:
I've got a MySql database that contains a postal code for each record. I'd like to create search functionality that would allow a person to enter their postal code, and the program would retrieve the records that have a postal code within a prescribed distance from postal code entered for the search.
A search at CPAN turned up Geo::PostalCode, but in the notes section, the comment was:
"This module is in early alpha stage. It is suggested that you look over the source code and test cases before using the module. In addition, the API is subject to change"
So, my question is, has anyone used Geo::PostalCode in a similar situation, and if so, can you comment as to what is important to consider before using this module? From its description, it seems like a straightforward way to deal with zipcode related searches
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is Geo::PostalCode ready for prime time?
by El Linko (Beadle) on May 31, 2004 at 21:09 UTC | |
by PodMaster (Abbot) on Jun 01, 2004 at 00:54 UTC | |
|
Re: Is Geo::PostalCode ready for prime time?
by theorbtwo (Prior) on May 31, 2004 at 20:55 UTC |