Options for the DBM module

Provides a DBM style database

This module provides a DBM database for storing the gathered information. DBM databases are relatively efficient, and are what the old style Harvest used. However, directly extracting information from them requires special tools, and use of some DBM databases may result in memory problems on large reap runs.

Module specific configuration options

These options should be in the <Database> section of the configuration file

Type
Set the type of DBM database to use. Any DBM database that is supported within your version of Perl should be available as an option, and the selection should be indicated in terms of the Perl module name for the chosen database. Selections which are known to work include DB_File and GDBM_File (which is the default)