/[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

Diff of /trunk/scripts/dump_isis.pl

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

revision 8 by dpavlin, Wed Dec 29 15:10:34 2004 UTC revision 9 by dpavlin, Wed Dec 29 16:01:41 2004 UTC
# Line 9  use Data::Dumper; Line 9  use Data::Dumper;
9  my $isis = IsisDB->new (  my $isis = IsisDB->new (
10          isisdb => shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI',          isisdb => shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI',
11          debug => shift @ARGV,          debug => shift @ARGV,
12            include_deleted => 1,
13  );  );
14    
15  print "rows: ",$isis->{'maxmfn'},"\n\n";  print "rows: ",$isis->{'maxmfn'},"\n\n";

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26