/[Biblio-Isis]/trunk/scripts/dump_isisdb.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

Diff of /trunk/scripts/dump_isisdb.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Tue Dec 28 01:41:45 2004 UTC revision 4 by dpavlin, Tue Dec 28 04:06:04 2004 UTC
# Line 10  my $isis = IsisDB->new ( Line 10  my $isis = IsisDB->new (
10          isisdb => '/data/isis_data/ps/LIBRI/LIBRI',          isisdb => '/data/isis_data/ps/LIBRI/LIBRI',
11  );  );
12    
13    print "rows: ",$isis->{'maxmfn'},"\n\n";
14    
15  for(my $mfn = 1; $mfn <= $isis->{'maxmfn'}; $mfn++) {  for(my $mfn = 1; $mfn <= $isis->{'maxmfn'}; $mfn++) {
16          print $isis->to_ascii($mfn),"\n";          print $isis->to_ascii($mfn),"\n";
17    

Legend:
Removed from v.2  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26