On Thu, Aug 05, 2004 at 08:32:32AM -0500, Anne Highsmith wrote: > How do I skip over the erroneous record and keep processing the rest of > the file?
my $batch = MARC::Batch->new( 'USMARC', 'file.dat' );
$batch->strict_off();
//Ed
On Thu, Aug 05, 2004 at 08:32:32AM -0500, Anne Highsmith wrote: > How do I skip over the erroneous record and keep processing the rest of > the file?
my $batch = MARC::Batch->new( 'USMARC', 'file.dat' );
$batch->strict_off();
//Ed