@fred = (@barney = (2, 3, 4)); # both @fred and @barney get (2, 3, 4) @fred = @barney = (2, 3, 4); # equivalent