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.
2 parents 309904c + 52845fc commit 22b7bb2Copy full SHA for 22b7bb2
doc/Type/Proc.pod6
@@ -43,8 +43,7 @@ my $captured-output = $p.out.slurp: :close;
43
my $captured-error = $p.err.slurp: :close;
44
my $exit-code = $p.exitcode;
45
46
-B<Note:> older versions of L<Rakudo|/language/glossary#Rakudo> do not have
47
-C<.slurp> available on L<IO::Pipe> objects; use
+B<Note:> Versions of L<Rakudo|/language/glossary#Rakudo> older than 2017.04 do not have C<.slurp> available on L<IO::Pipe> objects; use
48
L«C<.slurp-rest>|/routine/slurp-rest» instead.
49
50
Use L<Proc::Async|/type/Proc::Async> for non-blocking operations.
0 commit comments