Help for this page
my @c = combine(5,@n); # get array of arrays my @A = @$c[0]; # get first sub-array
>perl -wMstrict -MData::Dump -le "my @c = (['x', 'y'], ['a', 'b'], ['c', 'd']); ... ["foo"] ["x", "y"]