Another example:
$hash->{$x}->{$y} = 1; # with autovivification ( $hash->{$x} ||= {} )->{$y} = 1; # without
In reply to Re: Explaining Autovivication
by pc88mxer
in thread Explaining Autovivication
by perly-gates
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |