Package : perl-Wx-Perl-ProcessStream

Package details

Summary: use std handles of process via wx events

Description:
This module provides the STDOUT, STDERR and exit codes of asynchronously
running processes via events. It may be used for long running or blocking
processes that provide periodic updates on state via STDOUT. Simple IPC is
possible via STDIN.

Do not use this module simply to collect the output of another process. For
that, it is much simpler to do:

my ($status, $output) = Wx::ExecuteStdout( 'perl -e"print qq($_
) for(@INC);"' );


URL: http://search.cpan.org/dist/Wx-Perl-ProcessStream
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs