Help for this page

Select Code to Download


  1. or download this
    n = 9;
    @a = (1, 2 ,3);
    @b = (a, b, c);
    
  2. or download this
    $a[0] = 1 $b[0] = a
    $a[0] = 1 $b[1] = b
    ...
    $a[0] = 1 $b[0] = a
    $a[0] = 1 $b[1] = b
    $a[1] = 2 $b[2] = c