IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13786


Ignore:
Timestamp:
Jun 13, 2007, 9:15:15 AM (19 years ago)
Author:
eugene
Message:

using carp in mydie

File:
1 edited

Legend:

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

    r13748 r13786  
    33use warnings;
    44use strict;
     5use Carp;
    56
    67## report the program and machine
     
    158159    my $exit_code = shift; # Exit code to add
    159160
    160     warn($msg);
     161    carp($msg);
    161162    if ($chip_id and $class_id and not $no_update) {
    162163        my $command = "$chiptool -addprocessedimfile";
Note: See TracChangeset for help on using the changeset viewer.