On Fri, 1 Oct 1999, Dustin Tenney wrote:
> > mod_perl ties the Perl STDOUT filehandle to Apache i/o, but this is
> > different from C stdout, which cannot easily hooked to Apache i/o without
> > a subprocess pipe (as mod_cgi does). I don't know of a decent workaround.
> > do you have access to
According to Dustin Tenney:
> > mod_perl ties the Perl STDOUT filehandle to Apache i/o, but this is
> > different from C stdout, which cannot easily hooked to Apache i/o without
> > a subprocess pipe (as mod_cgi does). I don't know of a decent workaround.
> > do you have access to the library so