Opens a child process that allows two-way communication between your program and the child. Returns the process ID of the child process or reports a fatal error on failure. Exports one function.
open2 |
open2 (\*rdr, \*wtr, cmd_with_args)
Forks a child process to execute the specified command. Takes the following arguments:
$cmd_with_args $cmd, "arg1", "arg2", ...
Copyright © 2002 O'Reilly & Associates. All rights reserved.