- or download this
use warnings;
- or download this
perl -MData::Dumper -we "$array[2,2] = 'foo'; print Dumper \@array"
- or download this
Multidimensional syntax $array[2,2] not supported at -e line 1.
Useless use of a constant in void context at -e line 1.
...
undef,
'foo'
];
- or download this
$athlete[$i][$j++] = $bug;