X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=scripts%2Fdump_fastmarc.pl;fp=scripts%2Fdump_fastmarc.pl;h=2186882d6a4ce04e2a25bff885f0764d22341a9b;hb=a3bc3c51dfc371f2e18b3f719db239480e4a16e0;hp=1f0605d9392995b604fe4417a747c4cd151e89a2;hpb=2908568e3d5cbbae3ae26230f2c56d8b0b2ee24e;p=MARC-Fast diff --git a/scripts/dump_fastmarc.pl b/scripts/dump_fastmarc.pl index 1f0605d..2186882 100755 --- a/scripts/dump_fastmarc.pl +++ b/scripts/dump_fastmarc.pl @@ -67,6 +67,7 @@ for my $mfn ($min .. $max) { my $rec = $marc->fetch($mfn) || next; print "rec is ",Dumper($rec) if ($opt{d}); print "REC $mfn\n"; + print $marc->last_leader,"\n"; print $marc->to_ascii($mfn),"\n"; print "hash is ",Dumper($marc->to_hash($mfn)) if ($opt{h}); }