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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm1 # IO::Pipe.pm
7 package IO::Pipe;
21 my $class = ref($type) || $type || "IO::Pipe";
38 (IO::Pipe::End->new(), IO::Pipe::End->new());
79 croak "IO::Pipe: Cannot spawn-NOWAIT: $err" if not $pid or $pid < 0;
83 croak "IO::Pipe: Cannot exec: $!";
87 croak "IO::Pipe: Cannot fork: $!";
141 package IO::Pipe::End;
163 IO::Pipe
[all...]

Completed in 20 milliseconds