We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c917 commit c92441cCopy full SHA for c92441c
doc/Type/Proc.pod6
@@ -68,7 +68,8 @@ C<$in>, C<$out> and C<$err> are the three
68
standard streams of the to-be-launched program, and default to C<"-">, which
69
means they inherit the stream from the parent process. Setting one (or more)
70
of them to C<True> makes the stream available as an L<IO::Pipe> object of the
71
-same name, so for example C<$proc.out>. Or you can pass an existing
+same name, so for example C<$proc.out>. You can set them to C<False> to discard
72
+them. Or you can pass an existing
73
L<IO::Handle> object (for example IO::Pipe) in, in which case this handle is
74
used for the stream.
75
0 commit comments