Well I've looked a lot of places and can't find any code out there to do the UPS OnLine Rate stuff in perl. UPS provides one in java (that I can't even get to compile ... thank you very much Sun Microsystems and UPS) and one in VBS (cold shiver).
I'd really like one in perl ... wouldn't we all?
The old Business::UPS module did this for their old rating service, and even contacted Justin Wheeler, but he said he didn't have a new one ... and that trail died.
So like a good hack, I started down that road myself. Only to find lots and lots of bumps.
The LPW::UserAgent code does not do HTTPS - at least as far as I can tell, and the UPS stuff is all HTTPS so I'm stuck.
It would seem I need to install Net::SSL but that keeps coming back with Crypt::SSLeay (from CPAN as it does not appear to be available from ppm at ActiveState) which is just confusing the heck out of me ... and I'm having no luck installing it.
I'm doing development on a Windows based machine, with ActiveState build 635.
Bad day, bad day, bad day.
Any help would be welcome.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.