From db3c707c3cac0e52f359ffa78a6d9dda34839679 Mon Sep 17 00:00:00 2001 From: Don McMorris Date: Fri, 1 Aug 2008 19:53:01 +0000 Subject: [PATCH] removed eval from fingerprints... Thanks phasefx! --- fingerprints.pl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fingerprints.pl b/fingerprints.pl index 31301e1..dda913d 100755 --- a/fingerprints.pl +++ b/fingerprints.pl @@ -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"; } -- 1.7.2.5