From 3d844dfbf091bc62a45aff80189d402d1f9cba1f Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 6 Nov 2007 20:06:26 +0000 Subject: [PATCH] include subfields in to_hash dump git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@25 49f9634a-d7ec-0310-8e6b-ec35c6cc8804 --- scripts/dump_fastmarc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dump_fastmarc.pl b/scripts/dump_fastmarc.pl index 2186882..efce954 100755 --- a/scripts/dump_fastmarc.pl +++ b/scripts/dump_fastmarc.pl @@ -69,5 +69,5 @@ for my $mfn ($min .. $max) { 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}); + print "hash is ",Dumper($marc->to_hash($mfn, include_subfields => 1)) if ($opt{h}); } -- 2.20.1