in reply to Re: Re: Re: Problem storing value in persistent hash with MLDBM
in thread Problem storing value in persistent hash with MLDBM
That's basically what I have done. I have insert_key() method, which updates $session object, but also updates the tied %{$sessions} variable. You can only see and refer to $session object from the main screen, the update of tied hash structure %{$sessions} happens when you call $session->insert_key().
|
|---|