Help for this page
sub set_text { my $self = shift; my $text = shift; ... $textN->removeChildNodes(); $textN->appendChild($textNode); }