From: Ken Gillett <[EMAIL PROTECTED]>
Subject: Re: tie DB_File flags
Date sent: Fri, 28 Jan 2005 11:59:52 +
To: Marcello <[EMAIL PROTECTED]>
> On 26 Jan 2005, at 14:47, Marcello wrote:
>
> > Ken Gillett ha scritto:
>
On 26 Jan 2005, at 14:47, Marcello wrote:
Ken Gillett ha scritto:
Information about these has proved hard to come by, but having
ascertained what I need to use I find another problem. I want to
calculate the flags to use beforehand, but if I try
tie %$dbm, "DB_File", $dbf, $dbflags, $mode, $D
Ken Gillett ha scritto:
Information about these has proved hard to come by, but having
ascertained what I need to use I find another problem. I want to
calculate the flags to use beforehand, but if I try
tie %$dbm, "DB_File", $dbf, $dbflags, $mode, $DB_HASH;
even though $dbflags contains O_R
From: Ken Gillett <[EMAIL PROTECTED]>
> Information about these has proved hard to come by, but having
> ascertained what I need to use I find another problem. I want to
> calculate the flags to use beforehand, but if I try
>
> tie %$dbm, "DB_File", $dbf, $dbflags, $mode, $DB_HASH;
>
> even tho