Lines Matching full:cmdstr
26 pipe with cmdstr
224 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
799 =item B<cmdstr CODEREF, OPTS>
801 C<cmdstr> takes a CODEREF from C<app> or C<test> and simply returns the
804 C<cmdstr> takes some additional options OPTS that affect the string returned:
826 sub cmdstr { subroutine
1278 my $cmdstr = join(" ", @$cmd);
1289 my $display_cmd = "$cmdstr$stdin$stdout$stderr";
1297 $cmdstr .= "$stdin$stdout$stderr";
1300 print STDERR "DEBUG[__decorate_cmd]: \$cmdstr = \"$cmdstr\"\n";
1304 return ($cmdstr, $display_cmd);