my $out = new XML::Twig(); my $tag = "tag1"; my $text = "this is some text"; my $elt = XML::Twig::Elt->new($tag, $text); ...some how attach the element to the twig.. $out->flush;