container.each { |element| # do something with element } #### foreach my $element (@container) { # o something with $element }