> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Boris Villazon
>
> When you insert a key/value into a DBM and that pair already exists:
> if the value is less than or equal to the existing value, the
> space is reused,
> else new space is allo
Hi,
I am new on perl, and I have a problem with dbm files.
When you insert a key/value into a DBM and that pair already exists:
if the value is less than or equal to the existing value, the
space is reused,
else new space is allocated and the old space is not reclaimed.
The delete() function