On 8/13/07, Manoj Bist <[EMAIL PROTECTED]> wrote: > Is there some recommended way to detect if STDOUT is being manipulated?
The source code is usually the easiest way. > The library is using TCP sockets to communicate with the server. That usually is not a problem under mod_perl. > Is there some way to debug apache/mod_perl in the debugger? Sure. You'll find information on debugging at both the perl and C level here: http://modperlbook.org/html/ch21_01.html - Perrin
