in reply to deleting glob does not undef values?

delete does not do what you are assuming - this is not C++. delete removes key/value pairs from a hash, or element values from an array.

Update:No, it's me who's read it wrong - $A::{bbb} is an element, otherwise it would give a warning - sorry.
  • Comment on Re: deleting glob does not undef values?