Help for this page
foreach my $foo (@bar) { do_something($foo); }
for $blah (@blah) { # ... # ... ... # ... # ... }