Help for this page

Select Code to Download


  1. or download this
    $new [0] = a 1
    $new [1] = a 2
    $new [2] = b 1
    $new [3] = b 2
    $new [4] = c 1
    
  2. or download this
    $new[0] = a
    $new[1] = 1
    $new[2] = a
    $new[3] = 2
    $new[4] = b
    
  3. or download this
    I am using push to put this array in @result. And then I 
        am putting $test values in.
    ...
    }
        
    print "RESULT  = @result\n";