--- trunk/lib/WebPAC/Input.pm 2005/12/20 00:03:04 307 +++ trunk/lib/WebPAC/Input.pm 2005/12/20 19:01:22 308 @@ -6,6 +6,7 @@ use WebPAC::Common; use base qw/WebPAC::Common/; use Text::Iconv; +use Data::Dumper; =head1 NAME @@ -224,6 +225,8 @@ my $rec = $self->{fetch_rec}->($self, $db, $pos ); + $log->debug(sub { Dumper($rec) }); + if (! $rec) { $log->warn("record $pos empty? skipping..."); next;