:10 AM
To: modperl@perl.apache.org
Subject: Re: POST data missing
Good morning,
On 21/10/05 at 7:37 PM +0530, Saurabh Soni <[EMAIL PROTECTED]>
wrote:
>I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which
>serves POST requests by an external application. Each POST
Good morning,
On 21/10/05 at 7:37 PM +0530, Saurabh Soni <[EMAIL PROTECTED]> wrote:
>I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which
>serves POST requests by an external application. Each POST request has some
>parameters which are required for further processing. The prob
Saurabh Soni wrote:
Hi experts,
I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which
serves POST requests by an external application. Each POST request has
some parameters which are required for further processing. The problem
is that CGI::param is unable to give me a param
Hi experts,
I have an application (Apache 2.0.54, mod_perl 2.0.1, perl
5.8.7) which serves POST requests by an external application. Each POST request
has some parameters which are required for further processing. The problem is that
CGI::param is unable to give me a
parameter’s value when