From 7988a5c5a0aa35b4939a7455a8e37ab93de23999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Mon, 12 Dec 2011 10:15:53 -0600 Subject: perl/perl-IPC-Run3: Added (run a subprocess with input/ouput redirection) Signed-off-by: Robby Workman --- perl/perl-IPC-Run3/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl/perl-IPC-Run3/README (limited to 'perl/perl-IPC-Run3/README') diff --git a/perl/perl-IPC-Run3/README b/perl/perl-IPC-Run3/README new file mode 100644 index 0000000000000..99a8fc2092547 --- /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. -- cgit v1.2.3