Help for this page
for (@colors){ print "Color = $_\n"; }
for my $color (@colors){ print "Color = $color\n"; }