Changeset 22420
- Timestamp:
- Feb 23, 2009, 3:14:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_imfile.pl
r21934 r22420 41 41 'logfile=s' => \$logfile, 42 42 ) or pod2usage( 2 ); 43 44 # Unhandled exceptions should be passed on to my_die so they get pushed into the database 45 $SIG{__DIE__} = sub { die @_ if $^S; 46 my_die( $_[0], $exp_id, $tmp_exp_name, $tmp_class_id, $uri, $PS_EXIT_UNKNOWN_ERROR ); }; 43 47 44 48 $ipprc->redirect_output($logfile) if $logfile;
Note:
See TracChangeset
for help on using the changeset viewer.
