summaryrefslogtreecommitdiffstats
path: root/perl/perl-IPC-Run3/README
diff options
context:
space:
mode:
author Mikko Värri2011-12-12 17:15:53 +0100
committer Niels Horn2011-12-18 03:07:47 +0100
commit7988a5c5a0aa35b4939a7455a8e37ab93de23999 (patch)
treedc8780550a80311509d168aee2d2895a6165bc3b /perl/perl-IPC-Run3/README
parent11339c3827cf47622d1fa95dc1913b6440f12b00 (diff)
downloadslackbuilds-7988a5c5a0aa35b4939a7455a8e37ab93de23999.tar.gz
perl/perl-IPC-Run3: Added (run a subprocess with input/ouput redirection)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-IPC-Run3/README')
-rw-r--r--perl/perl-IPC-Run3/README5
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.