removed eval from fingerprints... Thanks phasefx!
authorDon McMorris <dmcmorris@esilibrary.com>
Fri, 1 Aug 2008 19:53:01 +0000 (19:53 +0000)
committerDon McMorris <dmcmorris@esilibrary.com>
Fri, 1 Aug 2008 19:53:01 +0000 (19:53 +0000)
fingerprints.pl

index 31301e1..dda913d 100755 (executable)
@@ -26,7 +26,6 @@ foreach $argnum ( 3 .. $#ARGV ) {
 
     my $record = 1;
        while ( $record ) {
-        eval {
             $count++;
             $record = $batch->next();
 
@@ -158,8 +157,6 @@ foreach $argnum ( 3 .. $#ARGV ) {
                 print STDERR "\n";
 
             }
-        }
-        print STDERR "Trapped exception for MARC::Batch->next on record $count: $@\n" if ($@);
        }
     print STDERR "Processed $count records\n";
 }