I wanted to know what is the difference when I access above hash using $a{b} vs $a->{b}? Thanks in advance.my $a = { b => 1, c => 2, d => { e => 1 }, }
In reply to Difference in accessing a Hash by perl@1983
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |