Help for this page
foreach (@foo) { print $_; }
foreach $bar (@foo) { print $bar; }
foreach (@foo) { print; }