Quoting Perrin Harkins <[EMAIL PROTECTED]>:
On Dec 22, 2007 5:21 PM, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
On Dec 22, 2007, at 4:47 PM, Perrin Harkins wrote:
> By the way, if you just call print() normally it should all be grabbed
> by mod_perl anyway. Is there some reason you need to call $r->print()
> instead?
I thought it only does that if you bind STDOUT the right way on
compile time, otherwise it just gets lost in the ether
No, mod_perl does all of that for you. It's been this way since 1996.
I think the print magic only happens if you are running under
SetHandler perl-script, and not if you are running under SetHandler
modperl.
Adam