/[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 4 by dpavlin, Tue Dec 28 04:06:04 2004 UTC revision 7 by dpavlin, Wed Dec 29 15:10:34 2004 UTC
# Line 7  use IsisDB; Line 7  use IsisDB;
7  use Data::Dumper;  use Data::Dumper;
8    
9  my $isis = IsisDB->new (  my $isis = IsisDB->new (
10          isisdb => '/data/isis_data/ps/LIBRI/LIBRI',          isisdb => shift @ARGV || '/data/isis_data/ps/LIBRI/LIBRI',
11            debug => shift @ARGV,
12  );  );
13    
14  print "rows: ",$isis->{'maxmfn'},"\n\n";  print "rows: ",$isis->{'maxmfn'},"\n\n";

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

  ViewVC Help
Powered by ViewVC 1.1.26