Skip to content

cotrForEach

Iterates over an iterable object

Aliases:

  • cotrForEach
  • cotrForIn

perl

foreach myitem (@iterable) {
# Your code here
}