http://www.perlmonks.org?node_id=34138

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

When I create a database using dbmopen, e.g.

dbmopen( %DB, $datapathname, 0666 ) or die;
dbm creates two files rather one:
data.dir data.pag
Why is that?

Originally posted as a Categorized Question.