2003-06-25 21:12:39 +02:00
|
|
|
This is the perl5 interface to Berkeley DB version 2, 3, 4 or 4.1, which
|
|
|
|
it depends on.
|
2001-01-07 08:23:10 +01:00
|
|
|
|
2003-06-25 21:12:39 +02:00
|
|
|
You may want to use this, instead of the default dbm that perl provides,
|
|
|
|
as that one is based on version 1, which is seriously buggy. E.g., if
|
|
|
|
keys or data are over a hundred bytes or so, bad things may happen to
|
|
|
|
your dbm files. Never mind all the extra features....
|
2001-01-07 08:23:10 +01:00
|
|
|
|
2003-06-25 21:12:39 +02:00
|
|
|
WWW: http://search.cpan.org/dist/BerkeleyDB/
|