my @array = qw(blue red orange brown); # No commas in qw() foreach (@array) { print("$_\n"); }