techperl has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks!!
I am facing problem in mod_perl2.0 while opening an handler
Code as follows,
my $r = Apache2::Request->new(shift,
POST_MAX => 10 * 1024 * 1024);
my $status = $r->parse();
Getting status as 'Missing Input Data'
Could anyone pls help me out!!!