Help for this page

Select Code to Download


  1. or download this
    @array = ( \@array1, \@array2);
    
  2. or download this
    @array = ( [ "value1", "value2" ], [ "foo", "bar" ] );