"Kipp, James" wrote:
> Autovivication does not happen when you are trying to access the non
> existing key, it happens when you are trying to assing it. So if you have:
> $href->{foo}
> and you do something like
> print $href->{fou}
> it will then create this entry which can be detrimental.
No.
> #Please note that I am trying to access a new non-existing
Autovivication does not happen when you are trying to access the non
existing key, it happens when you are trying to assing it. So if you have:
$href->{foo}
and you do something like
print $href->{fou}
it will then create this ent