/[Biblio-Isis]/trunk/scripts/dump_isis.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/scripts/dump_isis.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Tue Dec 28 01:41:45 2004 UTC (19 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 241 byte(s)
first working version:
- add support for repeatable fields (so all hash values becomed arrays, even
  with single element)
- scripts to dump CDS/ISIS database using this module and OpenIsis
- to_ascii method which dumps ascii output of record

1 #!/usr/bin/perl -w
2
3 use strict;
4 use blib;
5
6 use IsisDB;
7 use Data::Dumper;
8
9 my $isis = IsisDB->new (
10 isisdb => '/data/isis_data/ps/LIBRI/LIBRI',
11 );
12
13 for(my $mfn = 1; $mfn <= $isis->{'maxmfn'}; $mfn++) {
14 print $isis->to_ascii($mfn),"\n";
15
16 }
17

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26