blob: 0c9737bf8a71965d1a7da48d6db22e412d851600 (
plain) (
blame)
1
2
3
4
5
6
|
IPC::Run allows you run and interact with child processes, files, pipes,
and pseudo-ttys. Both event-loop and procedural techniques are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed.
Currently, pseudo-ttys operations are not supported in FreeBSD.
|