my @array = ([1, 2, 3, 'four'], ['one', 'two', 'three', 4]); print $array[0][0];