Good Day

Anyone know of a Perl-compatible (in that I don't want to write XS for this) solution for printing US postage. All of the solutions that I have come accross want you, at best, to export all of your data to their dumb little app, and use that to print.

Since my software already printing the mailing label, it would be nice to include the indicium, but I would really like to be able to do it programmatically since we do over a hundered packages a month. I am so tired of stamps.

update: To be honest, I don't think I know exactly what I am looking for. :-) The solution would need to "sell" me the postage as we use it. We have to use a metered solution because we are shipping packages, but we know the exact wieght without a scale. I guess I want something like http://stamps.com or http://usps.com without having a seperate, stand-alone system, or redundant data entry. http://stamps.com offers a SDK, but what it really is, is a client-side activ-x control that gives you the same interface as their normal software.

I just have a feeling that http://amazon.com isn't sitting there printing stamps through some lame web interface.

Thanks!

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)

In reply to Printing Parcel Postage by TedYoung

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.