# List my @list := 1,2,3; my @newlist := |@list, 4,5,6; # |@list will slip @list into the surrounding list instead of creating a list of lists # Set my $set = set ; my $newset = $set ∪ ; # Bag my $bag = bag ; my $newbag = $bag ⊎ ;