in reply to WxPerl STDOUT Listener

I don't see where you'ld do anything other than the usual pipe open open fh< "app.exe |". wxPerl is just a graphics Widget that your perl controls.

s/fh</FH/


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}

Replies are listed 'Best First'.
Re^2: WxPerl STDOUT Listener
by pc88mxer (Vicar) on Jun 14, 2008 at 05:21 UTC
    I think the point is not so much to create the pipe as to integrate the "ready to read" condition on the pipe with Wx's event loop. This is a common issue with GUIs.