/[webpac]/branches/ffzg/all2xml.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 /branches/ffzg/all2xml.pl

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

revision 776 by dpavlin, Sun Aug 3 06:33:56 2008 UTC revision 777 by dpavlin, Tue Sep 16 22:33:48 2008 UTC
# Line 72  my $cache;     # for cacheing Line 72  my $cache;     # for cacheing
72  my %lhash;  my %lhash;
73  # this option will cache all lookup entries in memory.  # this option will cache all lookup entries in memory.
74  # if you are tight on memory, turn this off  # if you are tight on memory, turn this off
75  my $use_lhash_cache = 0;  my $use_lhash_cache = 1;
76    
77  my $last_field_name;    # cache to prevent repeated fields  my $last_field_name;    # cache to prevent repeated fields
78    
# Line 1047  foreach my $database ($cfg->Sections) { Line 1047  foreach my $database ($cfg->Sections) {
1047    
1048  # call this to commit index  # call this to commit index
1049  $index->close;  $index->close;
 warn "index closed, exiting...\n";  
1050    
1051  1;  1;
1052  __END__  __END__

Legend:
Removed from v.776  
changed lines
  Added in v.777

  ViewVC Help
Powered by ViewVC 1.1.26