Re: non-interactive child processes?

2007-01-20 Thread Matt Sickler
sounds like a simple Component wrapper - POE::Component::Child::Simple or something your description of what you want is nearly pseudo code you might want to look into PoCo::Child or the likes, I personally havent used them so I dont know anything about them. On 1/20/07, Kevin Scaldeferri <[EMAI

Re: non-interactive child processes?

2007-01-20 Thread Kevin Scaldeferri
Yes, but you can't just provide a CloseEvent to Wheel::Run, and the arguments that CloseEvent are called with do not include any of the output of the program. What I'm talking about is basically having a StdoutEvent that concatenates all the output and stores it in the heap, and a StderrE