use XML::Simple; my @array = qw(balack white green red); print XMLout(\@array, RootName => undef, NoIndent => 1); __OUTPUT__ balackwhitegreenred