X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlipc.pod;h=c75fa958d09dca8687f63365e731d7c36540bc14;hb=3e79b69bf4e5ee29a68ea7ec363a1195dc7fddf5;hp=0adfd445277a97bbde1763419b25e25346cf866b;hpb=307eac13c91622c7d9a6be832ab86d92e5308eeb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 0adfd44..c75fa95 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -577,7 +577,8 @@ the syntax forks the ps(1) command (without spawning a shell, as there are more than three arguments to open()), and reads its standard output via the -C filehandle. +C filehandle. The corresponding syntax to read from command +pipes (with C<"|-"> in place of C<"-|">) is also implemented. Note that these operations are full Unix forks, which means they may not be correctly implemented on alien systems. Additionally, these are not true