![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
How can I open a pipe both to and from a command?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:29 UTC ( [id://728]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version:
The IPC::Open2 module (part of the standard perl distribution) is an easy-to-use approach that internally uses
You may also use the IPC::Open3 module (part of the standard perl distribution), but be warned that it has a different order of arguments from IPC::Open2 (see Open3).
|
|