Are you familiar with PayPal's IPN (instant payment notification) system? The idea is that if you have an e-commerce site, and someone chooses to pay via paypal, paypal can notify you when it gets a payment. To help prevent abuse, your payment processing script has to send back an acknowledgment to paypal - this has to contain all the same parameters, IN THE SAME ORDER. If all goes well, you get back a 'verified' signal, and can complete the transaction. Else you know something has gone wrong, etc. But if CGI.pm changed the order of the parameters in the query string, this would cause a problem. At least, I know it would break MY paypal IPN processing script (and probably that of a lot of other people). If you add this feature, I suggest making it a) optional, and b) NOT the default. Thanks!
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.