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 parameter’s value when invoked. This is working fine with my old application (Apache 1.3.27, mod_perl 1, perl 5.6). Interestingly, one of my server’s variables POSTDATA contains these parameters with values BUT in a query string, which I’ll have to parse and break. Am I missing something here? I have used Apache2::compat for backwards compatibility.
Make sure you are using CGI 3.11+.

You also try looking at libapreq2.
http://httpd.apache.org/apreq




--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to