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,

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