use strict; use warnings; my @array = qw( blue red orange brown ); foreach (@array) { print "$_\n"; }