Help for this page
my @array = ('red','green','blue'); print @array . "\n";
my @array = ('red','green','blue'); print @array , "\n";