--- branches/ffzg/all2xml.pl 2006/10/29 17:56:58 760 +++ branches/ffzg/all2xml.pl 2007/08/23 22:32:15 766 @@ -72,7 +72,7 @@ my %lhash; # this option will cache all lookup entries in memory. # if you are tight on memory, turn this off -my $use_lhash_cache = 1; +my $use_lhash_cache = 0; my $last_field_name; # cache to prevent repeated fields @@ -1047,6 +1047,7 @@ # call this to commit index $index->close; +warn "index closed, exiting...\n"; 1; __END__