in reply to exists() for a hash child-key creates the parent key? Bug?
if ( exists $hash{keyA} and exists $hash{keyA}{keyB} and exists $hash{keyA}{keyB}{keyE} and exists $hash{keyA}{keyB}{keyE}{keyF} ) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: exists() for a hash child-key creates the parent key? Bug?
by AnonymousPerl1 (Initiate) on Dec 17, 2014 at 12:47 UTC |