wok annotate perl-ipc-run/description.txt @ rev 25793
reverted version 4.14.1 to 4.12.0 for xfconf packages
author | Hans-Günter Theisgen |
---|---|
date | Wed Oct 23 15:16:12 2024 +0100 (9 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24229 | 1 IPC::Run allows you to run and interact with child processes using files, |
Hans-Günter@24229 | 2 pipes, and pseudo-ttys. |
Hans-Günter@24229 | 3 Both system()-style and scripted usages are supported and may be mixed. |
Hans-Günter@24229 | 4 Likewise, functional and OO API styles are both supported and may be mixed. |
Hans-Günter@24229 | 5 |
Hans-Günter@24229 | 6 Various redirection operators reminiscent of those seen on common Unix and |
Hans-Günter@24229 | 7 DOS command lines are provided. |