<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Trebuchet MS">Hi,<br>
<br>
I built a small database with the longitude and latitude of every
postcode in Australia by querying the Google Maps API for just that
reason.<br>
<br>
Cheers,<br>
<br>
DB</font><br>
<br>
Tim Hogard wrote:
<blockquote cite="mid200702150532.l1F5W0ji004726@knotty.abnormal.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Leigh Sharpe wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi All,
 Does anybody know of any method of looking up Australian postcodes?
I need to validate the input on a postal address, and confirm that the 
postcode given for the suburb is correct.
A quick search of CPAN doesn't yield anything promising.
      </pre>
    </blockquote>
    <pre wrap="">Neither of these do what you're asking for, but they may be useful.

        Regexp::Common::zip  can verify the _format_ of Australian postcodes
        Geo::PostalAddress   can be used to verify/generate addresses in
                              Australian format

If you write a module to deal with AusPost's database, you may want to work in 
the Geo::Postcode:: name space, and to conform to their existing interface.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I wonder how many web sites would have better "find the nearest office"
if any of the free data had coordinates in it as well.

-tim
<a class="moz-txt-link-freetext" href="http://web.abnormal.com">http://web.abnormal.com</a>
_______________________________________________
Melbourne-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Melbourne-pm@pm.org">Melbourne-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/melbourne-pm">http://mail.pm.org/mailman/listinfo/melbourne-pm</a>


  </pre>
</blockquote>
</body>
</html>