@list = qw(this that and another); @array = ([@list], [1, 2, 3]); #value of $array[0][2] is now 'that' #### @array #### [@array] \@array
## @array ##
## [@array] \@array