Help for this page

Select Code to Download


  1. or download this
    @a = (1, 2, 3)
    @b = ("a", "b");
    
  2. or download this
    @c = ( 
      [ [1,"a"], [2,"a"], [3,"a"] ]
    ...
    , [ [1,"b"], [2,"b"], [3,"a"] ]
    , [ [1,"b"], [2,"b"], [3,"b"] ]
    )