Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I create a database using dbmopen, e.g.
dbm creates two files rather one:dbmopen( %DB, $datapathname, 0666 ) or die;
Why is that?data.dir data.pag
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why does dbmopen create two files?
by belg4mit (Prior) on Dec 18, 2006 at 11:43 UTC | |
|
Re: Why does dbmopen create two files?
by merlyn (Sage) on Sep 27, 2000 at 11:14 UTC |