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

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.