http://qs321.pair.com?node_id=1119

lib:ODBM_File

See the current Perl documentation for lib:ODBM_File.

Here is our local, out-dated (pre-5.6) version:


ODBM_File - Tied access to odbm files



 use ODBM_File;

 tie(%h, 'ODBM_File', 'Op.dbmx', O_RDWR|O_CREAT, 0640);

 untie %h;



See tie