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

    r13698 r13732  
    11#!/usr/bin/env perl
    22
     3use Carp;
    34use warnings;
    45use strict;
     
    145146    my $exit_code = shift;      # Exit code to add
    146147
    147     warn($msg);
     148    carp($msg);
    148149    if ($det_id and $iter and $class_id and not $no_update) {
    149150        my $command = "$dettool -addnormalizedimfile -det_id $det_id -iteration $iter -class_id $class_id -code $exit_code";
Note: See TracChangeset for help on using the changeset viewer.