Help for this page
$x[0][1] = 12;
$x[0]->[1] = 12;
$x[0] = \@subarray;
@x = ( ["some", "sub", "array"], ["next", "sub", "array] );