Help for this page

Select Code to Download


  1. or download this
    @id = (
      [
        [            ], # id1-0
    ...
      ],
      # ...
    );
    
  2. or download this
    @id = (
      {
        id3 => [  0,  0,  0 ],
    ...
      },
      # ...
    );
    
  3. or download this
    %id = (
      0 => {
        id3 => [  0,  0,  0 ],
    ...
      },
      # ...
    );