IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 29, 2008, 2:42:19 PM (18 years ago)
Author:
bills
Message:

various bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r16359 r16764  
    6969        run(command => $command, verbose => $verbosity);
    7070    unless ($success) {
    71         print STDERR "@$stderr_buf\n";
     71        print STDERR @$stderr_buf;
    7272        die("Unable to perform pstamprequest: $error_code");
    7373    }
     
    8787    }
    8888    ### print "Matching Images:\n";
    89     print "@$stdout_buf";
     89    print @$stdout_buf;
    9090    exit 0;
    9191}
     
    9999        run(command => $command, verbose => $verbosity);
    100100    unless ($success) {
    101         print STDERR "@$stderr_buf\n";
     101        print STDERR @$stderr_buf;
    102102        die("Unable to perform pstamptool -addreq: $error_code");
    103103    }
     
    111111        run(command => $command, verbose => $verbosity);
    112112    unless ($success) {
    113         print STDERR "@$stderr_buf\n";
     113        print STDERR @$stderr_buf;
    114114        die("Unable to perform pstamparser_run -addreq: $error_code");
    115115    }
Note: See TracChangeset for help on using the changeset viewer.