Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405585
en ru br
ALT Linux repos
S:0.04-alt2
5.0: 0.04-alt2

Group :: Development/Perl
RPM: perl-IPC-Open3-Simple

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.04-alt2
Build date: 9 october 2008, 21:14 ( 810.1 weeks ago )
Size: 8822 b

Home page:   http://www.cpan.org

License: Artistic
Summary: A simple alternative to IPC::Open3
Description:

IPC::Open3::Simple aims at making it very easy to start a shell command, eventually
feed its stdin with some data, then retrieve its stdout and stderr separately.

When you want to run a shell command and parse its stdout/stderr or feed its
stdin, you often end up using IPC::Run, IPC::Cmd or IPC::Open3 with your
own parsing code, and end up writing more code than you intended.
IPC::Open3::Simple is about removing this overhead and making IPC::Open3
easier to use.

IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout
and stderr to some function references passed in argument to the constructor.
It does a select on the input/output filehandles returned by IPC::Open3
and dispatches their content to and from those functions.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-IPC-Open3-Simple
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin