bfrasier has asked for the wisdom of the Perl Monks concerning the following question:
I have a long running Perl interpreter embedded in my application--imagine a GUI Perl interpreter, and I need to capture Perl's output so that I'm able to write it in the GUI. So I need to capture them from C. Do I?
Comment on How do capture an embedded Perl output from a C program?