Changeset 16764 for trunk/pstamp/scripts/pstamp_webrequest.pl
- Timestamp:
- Feb 29, 2008, 2:42:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r16359 r16764 69 69 run(command => $command, verbose => $verbosity); 70 70 unless ($success) { 71 print STDERR "@$stderr_buf\n";71 print STDERR @$stderr_buf; 72 72 die("Unable to perform pstamprequest: $error_code"); 73 73 } … … 87 87 } 88 88 ### print "Matching Images:\n"; 89 print "@$stdout_buf";89 print @$stdout_buf; 90 90 exit 0; 91 91 } … … 99 99 run(command => $command, verbose => $verbosity); 100 100 unless ($success) { 101 print STDERR "@$stderr_buf\n";101 print STDERR @$stderr_buf; 102 102 die("Unable to perform pstamptool -addreq: $error_code"); 103 103 } … … 111 111 run(command => $command, verbose => $verbosity); 112 112 unless ($success) { 113 print STDERR "@$stderr_buf\n";113 print STDERR @$stderr_buf; 114 114 die("Unable to perform pstamparser_run -addreq: $error_code"); 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.
