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

Reply via email to