Help for this page
my $output; my $writer = new XML::Writer(OUTPUT => \$output); ... $writer->endTag("greeting"); $writer->end(); print $output;