READLINE works perfectly!
I'd suggest using $r->content in a scalar context http://perl.apache.org/docs/1.0/api/Apache.html#_r_E_gt_content my $body = $r->content;
READLINE is from the tied filehandle interface, and while it happens to work, others reading your code may get confused.
__________________________________________________________________ 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