my @array = ('red','green','blue'); print @array . "\n"; #### my @array = ('red','green','blue'); print @array , "\n";