RE: [Perl-unix-users] DBM memory leak problem

2002-03-14 Thread Adam Frielink
> -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

[Perl-unix-users] DBM memory leak problem

2002-03-14 Thread Boris Villazon
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