Well I looked at the link on perl.apache.org
(http://perl.apache.org/guide/porting.html#STDIN_STDOUT_and_STDERR_streams),
and it still isn't working. I must be coding wrong. Please take a look
at the code:

$r->content_type('text/html');

$r->send_http_header;

open (STDERR, ">&STDOUT");

tie *OUT, 'Apache';

$r->print("<html><body>");

$status = system("some.prog.pl", $params{'...'}, $params{'...'});

$r->print("</body></html>");

thanks very much

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to