The UPS webservice is a lot easier to deal with than FedEx is. Or at least that was the case when I wrote the fancy webstore and order fulfillment system for Taylor Shellfish half a decade ago. With UPS, you can get all varieties of rates and availability for a set of boxes in one request. FedEx required one separate request for each different service, from what I kinda remember. I hope they fixed it since then. (BTW: Taylor Shellfish changed to a different web design company that replaced their fancy webstore that we made with some cookie cutter junk. What they have online now wasn't my doing.)

I have some very nice code that does all kinds of UPS stuff that I should have made into a proper module (tests, etc) long ago. I don't even know if I can find that code anymore. If I do, I'll see about releasing something on the CPAN. I'm not sure releasing a separate module would be better than enhancing the modules already on the CPAN though.


I'm a Linux user. You wouldn't know it since I mostly ask Windows questions. Whee.
If you want to do evil, science provides the most powerful weapons to do evil; but equally, if you want to do good, science puts into your hands the most powerful tools to do so.
- Richard Dawkins

In reply to Re^2: The sad state of UPS by wilsond
in thread The sad state of Perl + UPS Rate Requests by jdrago_999

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.