Author Login
Post Reply
Hi all,
Raymond Wan wrote:
> -----
> my $r = shift;
> $r->send_http_header('text/plain');
> -----
Sorry for the trouble but while googling for the problem, I came by the
reason: "send the output of system() to the client":
http://www.mail-archive.com/modperl@(protected)
I also realized that the solution for modperl1 differs for modperl2 and
the above snippet seems relevant to MP1...
Thanks!
Ray