On Sun, 2002-02-24 at 02:43, Christoph Lange wrote:
> Hi Milo,
> 
> thanks for your answer. I hope you will excuse, but I am not sure
> whether I got you right.
> > The session hash is serialized/deserialized in its entirety using the
> > Storable module.
> Does this mean, that - after tying the session hash - it is of no importance
> (concerning the amount of time needed) whether I do
> %everything_from_session_hash  =  %session_hash;  # or
> $everything_from_session_hash{element1} = $session_hash{element1};

It is of no importance.

-jwb

Reply via email to