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?

Replies are listed 'Best First'.
Re: How do capture an embedded Perl output from a C program?
by perlmangle (Initiate) on Aug 26, 2001 at 04:25 UTC
    uh, man perlipc. good luck.