Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 jaren geleden
..
README 7988a5c5a0 perl/perl-IPC-Run3: Added (run a subprocess with input/ouput redirection) 13 jaren geleden
perl-IPC-Run3.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 jaren geleden
perl-IPC-Run3.info e392af830e perl/perl-IPC-Run3: Update download. 6 jaren geleden
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 11 jaren geleden

README

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.