IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 2:33:20 PM (19 years ago)
Author:
eugene
Message:

using carp in my_die

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_reject_imfile.pl

    r13722 r13732  
    77#    not at the imfile level.
    88
     9use Carp;
    910use warnings;
    1011use strict;
     
    512513    my $exit_code = shift; # Exit code to add
    513514
    514     warn($msg);
     515    carp($msg);
    515516    if ($det_id and $iter and $exp_tag and not $no_update) {
    516517        my $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_tag $exp_tag -code $exit_code";
Note: See TracChangeset for help on using the changeset viewer.