--- trunk/all2xml.pl 2004/02/25 10:49:32 230 +++ trunk/all2xml.pl 2004/03/05 22:53:30 231 @@ -592,6 +592,8 @@ #tie %lhash, 'GDBM_File', $lookup_file, &GDBM_NEWDB, 0644; tie %lhash, 'TDB_File', $lookup_file, TDB_CLEAR_IF_FIRST, O_RDWR, 0644; print STDERR "creating lookup file '$lookup_file'\n"; + # delete memory cache for lookup file + delete $cache->{lhash}; } # open existing lookup file