its
...
        EVT_WXP_PROCESS_STREAM_STDOUT( $win, sub { 
                my ($self, $event) = @_;
                $event->Skip(1);
                output($event->GetLine."\n");
        } );
..
and
...
Wx::Perl::ProcessStream->OpenProcess(qq~perl "$doc"~ , 'Output-Extension', 
$win);
so it should be work
i would not ask if docs were enough here


> 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
> 
> 


_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

Reply via email to