Dear Monks,
I'd like to use the indexed (dbm) files from both Perl and C. The file is generated from Perl and read by program written in C. I'm totally confused by the file formats (ndbm, gdbm, Berkeley DB etc.). What format should I use? On Debian 3.0r2 there is man page for dbopen, but the db.h contains the db_create() only. I'd like to avoid installing new libraraies.
Thanks in advance