search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
329 B
Text
7 lines
329 B
Text
This module allows you to run a subprocess and redirect stdin, stdout,
|
|
and/or stderr to files and perl data structures. It aims to satisfy
|
|
99% of the need for using system()/qx``/open3() with a simple,
|
|
extremely Perlish API and none of the bloat and rarely used features of
|
|
IPC::Run.
|
|
|
|
WWW: https://metacpan.org/release/IPC-Run3
|