in reply to An array of arrays
@array = ( \@array1, \@array2); [download]
@array = ( [ "value1", "value2" ], [ "foo", "bar" ] ); [download]