in reply to When testing for certain hash positions as non-zero, why werent the test positions set to empty string?
You seem to be saying that at some point in history, perl autovivified uninitialised hash elements to the null string. To my knowledge, that has never been the case. They have always been set to undef.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: When testing for certain hash positions as non-zero, why werent the test positions set to empty string?
by JavaFan (Canon) on Aug 23, 2010 at 15:01 UTC |