in reply to Re: Re: Problem storing value in persistent hash with MLDBM
in thread Problem storing value in persistent hash with MLDBM
my $aref = $sessions->{$session_id}; $aref->{timestamp} = time; $sessions->{$session_id} = $aref;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Problem storing value in persistent hash with MLDBM
by relax99 (Monk) on Oct 08, 2002 at 14:55 UTC |