Re: [htmltmpl] H-T strangeness with CGI-Session
Brought to you by:
samtregar
From: <m.s...@gm...> - 2004-03-26 21:15:39
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Puneet, hi list You are on the right list, it's an H::T issue and has nothing to with CGI::Session. I discovered the same some weeks ago. It seems than H::T can contaminate your data structure - for the sake of speed, no copying is done in H::T. If it really bothers you, you might consider using a clone package (try http://search.cpan.org/search?query=clone&mode=all) to first copy your data structure, then let H::T work on the clone and discard it after displaying. Kind regards - Markus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard <http://www.gnupg.org/> iD8DBQFAZJ1txxUzQSse11ARAt0yAJ40Ttc/pymQYuzsYuSi/yHesvoK8QCeOEe6 OuQqmIfNBzj6FhPNStx9+TU= =1d+T -----END PGP SIGNATURE----- |