Changeset 16974
- Timestamp:
- Mar 13, 2008, 11:38:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r16959 r16974 84 84 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 85 85 run(command => $command, verbose => $verbosity); 86 unless ($success) { 87 die("Unable to perform pstampparse: $error_code"); 86 87 if ($success) { 88 ### print "Matching Images:\n"; 89 print @$stdout_buf; 90 } else { 91 print @$stderr_buf; 88 92 } 89 ### print "Matching Images:\n";90 print @$stdout_buf;91 93 exit 0; 92 94 }
Note:
See TracChangeset
for help on using the changeset viewer.
