--- trunk/all2xml.pl 2003/11/20 21:23:40 163 +++ trunk/all2xml.pl 2003/11/22 22:04:05 164 @@ -325,6 +325,11 @@ my $show_progress = $cfg_global->val('global', 'show_progress'); +my $unac_filter = $cfg_global->val('global', 'unac_filter'); +if ($unac_filter) { + require $unac_filter; +} + foreach my $database ($cfg->Sections) { my $type = lc($cfg -> val($database, 'type')) || die "$database doesn't have 'type' defined";