Searched defs:open3 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm14 @EXPORT = qw(open3);
18 IPC::Open3, open3 - open a process for reading, writing, and error handling
22 $pid = open3(\*WTRFH, \*RDRFH, \*ERRFH,
26 $pid = open3($wtr, $rdr, $err,
31 Extremely similar to open2(), open3() spawns the given $cmd and
50 open3() returns the process ID of the child process. It doesn't return on
51 failure: it just raises an exception matching C</^open3:/>. However,
60 open3() does not wait for and reap the child process after it exits.
90 # &open3: Marc Horowitz <marc@mit.edu>
98 # $Id: open3
300 sub open3 { subroutine
[all...]

Completed in 30 milliseconds