What the **** is a twig?
I am trying to insert comments into the XML being created. my $comment= XML::Twig::Elt->new( '#COMMENT'); $comment->set_comment( 'foo'); $comment->paste( before => $doc->root);cannot paste before root.$node->set_comment( 'This is the file for keeping track of all the Nodes in the deployment.');Nothing happens with this?