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!!!

Replies are listed 'Best First'.
Re: Problem - Missing Input Data
by Anonymous Monk on Dec 17, 2008 at 07:02 UTC
    Look it up.