i believe thats a compile option$r->print vs print was traditionally because of what STDOUT was compiled to be
you could do print in modperl1 if you tied STDOUT to the right option i'm not sure about http headers though On Dec 30, 2005, at 4:04 PM, Paul Harrison wrote:
How come in ModPerl 2, we don’t have to send the http headers and print versus $r->print() compared to ModPerl1 ?