Anthony Gardner wrote:
Am using RHEL 1.99??? (Apache2) and under cgi-script I can succesfully use syswrite(STDOUT, .....but under ModPerl::Registry, I get Bad file descriptor.
STDOUT is tied to apache's output stream under mod_perl. What are you trying to do?
- Perrin