/[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 29 by dpavlin, Sat Jan 1 22:39:27 2005 UTC revision 32 by dpavlin, Wed Jan 5 15:46:26 2005 UTC
# Line 16  my $isis = IsisDB->new ( Line 16  my $isis = IsisDB->new (
16  #       read_fdt => 1,  #       read_fdt => 1,
17  );  );
18    
19  print "rows: ",$isis->{'maxmfn'},"\n\n";  print "rows: ",$isis->count,"\n\n";
20    
21  for(my $mfn = 1; $mfn <= $isis->{'maxmfn'}; $mfn++) {  for(my $mfn = 1; $mfn <= $isis->count; $mfn++) {
22          print STDERR Dumper($isis->to_hash($mfn)),"\n" if ($debug);          print STDERR Dumper($isis->to_hash($mfn)),"\n" if ($debug);
23          print $isis->to_ascii($mfn),"\n";          print $isis->to_ascii($mfn),"\n";
24    

Legend:
Removed from v.29  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26