SDBM_File

Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 55
Index Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 23:58:14 GMT, February 15, 2023