Is there a bug with shared hashes and localized hash elements?
I have some code that feels like a bug in Perl, but am I missing something? Basically, when I localize a hash element in a shared hash, the element still exists (with the undef
value) after it leaves the scope.