in reply to Zip code distance search
my $distance = distance($zipcood, $hStoreLatitude, $hStoreLongitude "M +"); if ($distance < $selectmiles) { $match = 1 ... } [download]