Searched refs:open2 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm11 @EXPORT = qw(open2);
15 IPC::Open2, open2 - open a process for both reading and writing
21 $pid = open2(\*RDRFH, \*WTRFH, 'some cmd and args');
23 $pid = open2(\*RDRFH, \*WTRFH, 'some', 'cmd', 'and', 'args');
27 $pid = open2($rdrfh, $wtrfh, 'some cmd and args');
29 $pid = open2($rdrfh, $wtrfh, 'some', 'cmd', 'and', 'args');
33 The open2() function runs the given $cmd and connects $rdrfh for
53 open2() returns the process ID of the child process. It doesn't return on
54 failure: it just raises an exception matching C</^open2:/>. However,
58 open2() doe
112 sub open2 { subroutine
[all...]
H A DOpen2.t8 # open2/3 supported on win32 (but not Borland due to CRT bugs)
21 #require 'open2.pl'; use subs 'open2';
51 ok 1, $pid = open2 'READ', 'WRITE', $perl, '-e',
H A DOpen3.pm31 Extremely similar to open2(), open3() spawns the given $cmd and
86 The order of arguments differs from that of open2().
91 # derived mostly from &open2 by tom christiansen, <tchrist@convex.com>

Completed in 30 milliseconds