You are viewing the version of this documentation from Perl 5.005. View the latest version

CONTENTS

NAME

ODBM_File - Tied access to odbm files

SYNOPSIS

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

DESCRIPTION

See "tie" in perlfunc