Perl Snips
I’ve been working on a PayPal IPN Script. The key to PayPal IPN is that they post the data to your server, you have to post it back to them with one extra query attached. Most scripts I’ve seen read STDIN directly to get the post and then break out the rest of the data…