herbert breunung <[EMAIL PROTECTED]> writes: > what to to if i start a program over this module and that program > waits for input. are there events to catch or even a way to feed > that input.
Wx::Perl::ProcessStream provides events to catch the sub-program's output and stderr, and a method to provide input to the sub-program. AFAIK, there's no way to ask the sub-program whether it is waiting for input. Under most circumstances, that will not be necessary. -- Johan