my @container = qw(e1 e2 e3); foreach (@container) { # now $_ iterates over the elements of @container }