Help for this page

Select Code to Download


  1. or download this
    $array[0] = 1
    $array[1] = 2
    $array[2] = 3
    
  2. or download this
    $ArrayHash[0]->{"LIST"} = (0,1)
    $ArrayHash[0]->{"VALUE"} = 3
    ...
    $ArrayHash[2]->{"VALUE"} = 4
    $ArrayHash[3]->{"LIST"} = (0,1,2)
    $ArrayHash[3]->{"VALUE"} = 6