> -----Original Message-----
> From: Douglas Wilson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 02, 2000 3:24 PM
> To: Todd Caine; mod_perl
> Subject: RE: Client filehandle?

> Maybe (and I mean MAYBE):
> local *STDOUT = \*$r;

And of course, that should have been
(hey I'm making it up & learning as I go along):
local *STDOUT = $r;

HTH,
Douglas Wilson

Reply via email to