wok-6.x annotate perl-ipc-run/description.txt @ rev 24574
updated fribidi and fribidi-dev (1.0.8 -> 1.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 07:58:48 2022 +0100 (2022-02-27) |
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. |