diff options
Diffstat (limited to 'perl/perl-IPC-Run3/README')
-rw-r--r-- | perl/perl-IPC-Run3/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-IPC-Run3/README b/perl/perl-IPC-Run3/README new file mode 100644 index 0000000000..99a8fc2092 --- /dev/null +++ b/perl/perl-IPC-Run3/README @@ -0,0 +1,5 @@ +IPC-Run3 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, and open3 with a +simple, extremely Perlish API and none of the bloat and rarely used +features of IPC::Run. |