Using @ operator and one dimensioanal array to create two dimensioanl array
@{$array[0]} = ("apples", "oranges"); @{$array[1]} = ("asparagus", "corn", "peas"); @{$array[2]} = ("ham", "chicken"); print $array[1][1];