in reply to Re: A regexp from paypal
in thread A regexp from paypal
That is the funny thing, I am adapting a script put out by PayPal that had their own handrolled CGI and attempting to make it use the CGI module.
The problem is I need to get a just the straight post string to add a parameter and send it off, param() isn't letting me do it. Any ideas on how to access the raw post string using the CGI module, right now the script does this:
There has to be something in CGI to do that read() line.read (STDIN, $query, $ENV{'CONTENT_LENGTH'}); $query .= '&cmd=_notify-validate';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A regexp from paypal
by Cubes (Pilgrim) on Nov 25, 2007 at 22:20 UTC | |
by Anonymous Monk on Nov 25, 2007 at 23:16 UTC | |
by Cubes (Pilgrim) on Nov 25, 2007 at 23:42 UTC | |
by Anonymous Monk on Nov 26, 2007 at 03:52 UTC | |
by Cubes (Pilgrim) on Nov 26, 2007 at 09:39 UTC | |
|