Lines Matching refs:cmdstr
25 pipe with cmdstr
223 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
773 =item B<cmdstr CODEREF, OPTS>
775 C<cmdstr> takes a CODEREF from C<app> or C<test> and simply returns the
778 C<cmdstr> takes some additional options OPTS that affect the string returned:
800 sub cmdstr {
1252 my $cmdstr = join(" ", @$cmd);
1263 my $display_cmd = "$cmdstr$stdin$stdout$stderr";
1271 $cmdstr .= "$stdin$stdout$stderr";
1274 print STDERR "DEBUG[__decorate_cmd]: \$cmdstr = \"$cmdstr\"\n";
1278 return ($cmdstr, $display_cmd);