Similarly, because of all the subscripting that is done using single words, the same rule applies to any bareword that is used for subscripting a hash. So now, instead of writingThanks$array{ "aaa" }{ "bbb" }{ "ccc" }you can write just$array{ aaa }{ bbb }{ ccc }
In reply to Confused by some var names in perlref by DouglasDD
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |