Lines Matching defs:pipe
25 pipe with cmdstr
223 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
438 $prefix = "pipe ";
472 my $pipe;
475 open($pipe, '-|', "$prefix$cmd") or die "Can't start command: $!";
476 while(<$pipe>) {
484 close $pipe;
692 =item B<pipe LIST>
694 LIST is a list of CODEREFs returned by C<app> or C<test>, from which C<pipe>
696 pipe. C<pipe> returns a new CODEREF in the same manner as C<app> or C<test>,
703 sub pipe {