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

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 "tie" in perlfunc

AltStyle によって変換されたページ (->オリジナル) /