in reply to How to match zip code to city,state
This will simplify things considerably. If you need a reverse mapping, well, just reverse the hash. You can use DB_File to match partial keys, and you can have duplicate keys.my %ZipTo = ( 95119 => 'San Jose, CA' );
Anyway, that's what I'd do.
____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.
|
|---|