http://www.perlmonks.org?node_id=1047537


in reply to Autovivification identification

that how perl has been identified that it has to go for Array or Hash Autovivification?

Autovivification is the creation of a variable by a dereference when the variable being dereferenced is undefined.

Perl knows what to create based on the kind of deference used.