use XML::Simple; my $struct = XMLin( \*DATA ); print XMLout($struct, noattr => 1 ); __DATA__ hello1 hello2 hello3