my @list = ([qw{ABCDE DEFGH}], [qw{IJKLM NOPQR}]); # Two array-refs with two elements in each. my @list = (['ABCDE, 'DEFGH'], ['IJKLM', 'NOPQR']); # Two array-refs with two elements in each.