From a3bc3c51dfc371f2e18b3f719db239480e4a16e0 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 30 Oct 2007 16:41:06 +0000 Subject: [PATCH] display also leader in dump git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@22 49f9634a-d7ec-0310-8e6b-ec35c6cc8804 --- scripts/dump_fastmarc.pl | 1 + 1 file changed, 1 insertion(+) 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}); } -- 2.20.1