If I repeatedly write to:
$session{foo}{bar}
I find that I have to do something like:
$session{smack}++;
to get it to write when the hash is untied. Is there a better way to do this?
TIA
ian
- RE: Apache::Session - kludgy workaround? Ian Mahuron
- RE: Apache::Session - kludgy workaround? Jerrad Pierce
- RE: Apache::Session - kludgy workaround? Jeffrey W. Baker
