SDBM_File(3)     Perl Programmers Reference Guide    SDBM_File(3)

NAME
       SDBM_File - Tied access to sdbm files

SYNOPSIS
        use SDBM_File;

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

        untie %h;

DESCRIPTION
       See the tie entry in the perlfunc manpage

16/Aug/96              perl 5.004, patch 04                     1