At my job, we are currently using a product called 'Correct Address' (how creative), from a company called Intelligent Search Technology Ltd.

It has a very rudimentary perl interface, which a co-worker of mine has written a decent layer on top of. I believe that he is refining it as i type. We've been using it for about 2 years now, and it serves its purpose.

My only other experience with address correction software is a product called AccuMail from a company called Datasoft. They did not have a perl interface when we used it, and their support was less than great.

A word of warning regarding any of these products that i've seen. They assume that you have pretty clean addresses to begin with, if your addresses have issues, you'll need to write your own code to get your addresses into a halfway decent format, before the CASS software will handle the addresses properly.

Again it all depends on what you begin with, and what you want to do with it.


In reply to Re: Parsing an Mailing Addresss by shemp
in thread Parsing an Mailing Addresss by Anonymous Monk

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.