perl-ipc-run3
Run a subprocess with input/output redirection
The 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.
- Versions: 0.048
- Website: https://metacpan.org/release/IPC-Run3
- Licenses: GPL 3+ · Modified BSD
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-ipc-run3
as follows:
guix install perl-ipc-run3
Or install a particular version:
guix install perl-ipc-run3@0.048
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-ipc-run3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-ipc-run3'><img src='https://packages.guix.gnu.org/packages/perl-ipc-run3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-ipc-run3)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-ipc-run3][https://packages.guix.gnu.org/packages/perl-ipc-run3/badges/latest-version.svg]]