Help for this page
sub checkdbm { my $hashref=shift; ... tie (%{$hashref->{$key}},'NDBM_File',"$key-dbm",O_RDWR|O_CREAT,0640) +; }
checkdbm \%terms,$db; for my $t (@terms) { $terms{$db}{$t}++; }