Help for this page

Select Code to Download


  1. or download this
    $x[0][1] = 12;
    
  2. or download this
    $x[0]->[1] = 12;
    
  3. or download this
    $x[0] = \@subarray;
    
  4. or download this
    @x = ( ["some", "sub", "array"], ["next", "sub", "array] );