1. Problem Description:
I have written a mod_perl request handler. It reads incoming POST-date
with:
sub handler {
my $r = shift;
# ...
my $cnt = $r->read($buf, 0);
# ...
}
My hope is, that when I use 0 as length parameter to read, it will read
everything. But it
Pratik wrote:
I was trying to build mp2 statically using httpd-2.0.50 and I got the
following error message.
$ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1
MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50
Reading Makefile.PL args from @ARGV
MP_AP_BUILD = 1
MP_AP_PREFIX = /home/prati
I was trying to build mp2 statically using httpd-2.0.50 and I got the
following error message.
$ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1
MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50
Reading Makefile.PL args from @ARGV
MP_AP_BUILD = 1
MP_AP_PREFIX = /home/pratik/src/mp2/htt
I was trying to build mp2 statically using httpd-2.0.50 and I got the
following error message.
$ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1
MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50
Reading Makefile.PL args from @ARGV
MP_AP_BUILD = 1
MP_AP_PREFIX = /home/pratik/src/mp2/h