Help for this page
# umm -- uh.... well, the @sign implies # we have an array, but how is it # different from the first array we # dereferenced?
my $ref1 = ['a','b','c']; my $ref2 = ['d','e','f']; ... $list[0] = ['1','2','3']; }