Changeset 29646
- Timestamp:
- Nov 3, 2010, 8:16:04 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/ippToPsps/Batch.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/Batch.pm
r29316 r29646 209 209 $command .= " -results $resultsFilePath"; 210 210 211 print "*\n*******************************************************************************\n\n";212 213 211 # run command 214 212 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) 215 213 = run(command => $command, verbose => $self->{_verbose}); 216 217 print "\n*******************************************************************************\n\n";218 214 219 215 return $success;
Note:
See TracChangeset
for help on using the changeset viewer.
