G'day Bod,
I'm reasonably sure you're not using v5.36; however, the following is probably worth mentioning for anyone else who might be.
Extract from "perl5360delta: use v5.36":
The 5.36 bundle also disables the features indirect, and multidimensional. These will forbid, respectively: the use of "indirect" method calls (like $x = new Class;); the use of a list expression as a hash key to simulate sparse multidimensional arrays. The specifics of these changes can be found in feature, but the short version is: this is a bit like having more use strict turned on, disabling features that cause more trouble than they're worth.
— Ken
In reply to Re: Multidimensional arrays
by kcott
in thread Multidimensional arrays
by Bod
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |