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_exp.pl

    r13722 r13732  
    11#!/usr/bin/env perl
    22
     3use Carp;
    34use warnings;
    45use strict;
     
    314315    my $exit_code = shift; # Exit code to add
    315316
    316     warn($msg);
     317    carp($msg);
    317318    if ($det_id and $iter and not $no_update) {
    318319        my $command = "$dettool -adddetrunsummary -det_id $det_id -iteration $iter -code $exit_code";
Note: See TracChangeset for help on using the changeset viewer.