Re: FW: What is Auto-Vivification

2001-10-19 Thread RaFaL Pocztarski
"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.

FW: What is Auto-Vivification

2001-10-19 Thread Kipp, James
> #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