8.134. IPC::Open2Opens 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 (\*rdr, \*wtr, cmd_with_args) Forks a child process to execute the specified command. Takes the following arguments:
Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|