/[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 42 by dpavlin, Fri Dec 9 14:50:52 2005 UTC revision 43 by dpavlin, Thu Jun 29 23:20:14 2006 UTC
# Line 23  print "rows: ",$isis->count,"\n\n"; Line 23  print "rows: ",$isis->count,"\n\n";
23    
24  my $min = 1;  my $min = 1;
25  my $max = $isis->count;  my $max = $isis->count;
26    $max = $opt{n} if ($opt{n});
27    
28  for my $mfn ($min .. $max) {  for my $mfn ($min .. $max) {
29          print STDERR Dumper($isis->to_hash($mfn)),"\n" if ($opt{'d'});          print STDERR Dumper($isis->to_hash($mfn)),"\n" if ($opt{'d'});

Legend:
Removed from v.42  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.26