in reply to mod_perl headache
calling $r->read($buffer,$size) right? (Where $r is an Apache->request)
with $size being $r->header_in('Content-Length'). You can slurp the entire body by using $r->contents in scalar context.
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
|
|---|