Re: POST data not available in cgi perl scripts

2003-03-12 Thread Olivier Dony
On Wed, Mar 12, 2003 at 12:48:44PM +, Matthew Faircliff wrote: Hello, Hiya, Have you tried using libapreq? I find that it is a superior method of transmitting POST data. Find it in /usr/ports/www/p5-libapreq. $my_posted_var = $r-parms{'my_var'}; Nope haven't tried it yet, because

Re: POST data not available in cgi perl scripts

2003-03-12 Thread IAccounts
On Wed, Mar 12, 2003 at 12:48:44PM +, Matthew Faircliff wrote: Hello, Hiya, Have you tried using libapreq? I find that it is a superior method of transmitting POST data. Find it in /usr/ports/www/p5-libapreq. $my_posted_var = $r-parms{'my_var'}; Nope haven't tried it yet,

POST data not available in cgi perl scripts

2003-03-11 Thread Olivier Dony
I understand this might be a little off topic but I can only reproduce the problem on one of my FreeBSD server, so it's not that much OT. It's very simple, the data from a HTTP POST never reaches my CGI perl scripts. There are no errors in the server log, the CGI executes fine, no debug with

Re: POST data not available in cgi perl scripts

2003-03-11 Thread Olivier Dony
On Wed, Mar 12, 2003 at 12:21:59AM +0100, Olivier Dony wrote: (...) Though if I run my script with 'perl -c' in interactive mode and POST ^^^ Sorry here I meant 'perl' in command line to get the CGI.pm interactive mode, and of course not 'perl -c', which I