Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Getting Locations using Distance

by Anonymous Monk
on Apr 12, 2006 at 17:14 UTC ( [id://542896]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    <FORM METHOD="post" ACTION="../cgi-bin/findzip.cgi">
    ...
    
    <INPUT TYPE=submit VALUE="Look up Zips and distances">
    </FORM>
    
  2. or download this
    <FORM METHOD="post" ACTION="../cgi-bin/findzip.cgi">
          <input type="hidden" name="zip1" value="02110">
    ...
          </table>
        </form>
    
  3. or download this
    #!/perl/bin/perl
    
    ...
        return split /,/,$line;
    
    }
    
  4. or download this
    00401,NY,Pleasantville,41.075800,-73.47300
    00501,NY,Holtsville,40.485500,-73.02400
    ...
    00626,PR,Caguas,18.141000,-66.02500
    00627,PR,Camuy,18.290900,-66.50400
    00628,PR,Carolina,18.225800,-65.57200
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://542896]
Approved by ikegami
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-20 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found