A project I am woking on requires me to display lots of postal addresses for many countries. All of the addresses are entered into a common template. But displaying this info in the correct format for a given country is a problem. Each country has it's own format and I want to be geographically correct in the way it is displayed. Many countries use a similar format

address 1
address 2
address 3
city, (state or province) postal code
country

But I am finding some countries that use a different order:

address 1
address 2
address 3
city postal code, country

address 1
address 2
address 3
postal code city, country

I'm sure that each country has it's own standard address format. Has anybody found a module that incorporates all this logic? So given a country name (or country code) the module outputs the correct format?

Also if any of you have the address for the Taliban in Afghanistan, please give it to me, I'd like to send them a big punch in the mouth.

Get Strong Together!!


In reply to Foreign Postal Addresses by aardvark

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.