Hello,
I would like to find out how can I write to the HTTP Client from an
XS module written in C being called from a Perl module running under apache.
Even trying syswrite 1, "test" does not work from mod_perl. So
internally mod_perl is duping stdout to some other file handle and
eventually writing it to the accepted socket desc. from the client.
Is there any way of writing to the filehandle from an XS module
written in C?.
Would really appreciate any way of implementing this.
Thanks in advance,
-Subhash.