Subject: | Module declares "use Carp qw(croak)", and then attempts to use 'carp' |
if ($reclen > 99999) {
carp( "Record length of $reclen is larger than the MARC spec
allows (99999 bytes)." );
}
this causes an exception due to 'carp' not being imported.