Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Zipcode Proximity script

by hacker (Priest)
on Mar 31, 2003 at 16:03 UTC ( [id://246967]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       ZIP_CODE ONGITUD ATITUD
       00210 71.0132 43.00589
    ...
       00214 71.0132 43.00589
       00215 71.0132 43.00589
       ...
    
  2. or download this
       00210,00210
       00210,00211
    ...
       00212,00210
       00210,00213
       ...
    
  3. or download this
       #define EARTH_RADIUS 3956
    
    ...
    
               return (distance);
       }
    
  4. or download this
       my $distance = sqrt(($x1-$x2)**2+($y1-$y2)**2);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found