Re: modperl and fprintf(stdout,...)

2007-08-17 Thread Geoffrey Young
Manoj Bist wrote: > Hi, > > I would really appreciate if someone could answer the following question > regarding modperl and writing to stdout for me: > > I have a perl binding for a C library which generates binary(audio/video) > data. To push this binary data over an HTTP response, fprintf(s

Re: modperl and fprintf(stdout,...)

2007-08-17 Thread Perrin Harkins
On 8/17/07, Manoj Bist <[EMAIL PROTECTED]> wrote: > I have a perl binding for a C library which generates binary(audio/video) > data. To push this binary data over an HTTP response, fprintf(stdout,...) > does not work in context of modperl. > Do I have to copy the binary data to a perl scalar vari

modperl and fprintf(stdout,...)

2007-08-16 Thread Manoj Bist
Hi, I would really appreciate if someone could answer the following question regarding modperl and writing to stdout for me: I have a perl binding for a C library which generates binary(audio/video) data. To push this binary data over an HTTP response, fprintf(stdout,...) does not work in contex