Andrew Maltsev wrote: [...]
Slurp STDIN before you call CGI->new() into an IO::String object,
Can't. I get references to $cgi and $r, that's given. I tried getting filehandle ($r->connection->fileno(0)), rewinding it and reading again -- that works in http, but does not in https requests.
Can't do what? Slurp the data?
$r->read(my $data, $r->headers_in{'Content-Length'});
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html