in reply to
Re: XML::Writer
in thread
XML::Writer
This requires IO::String, but this is one method to put the value of the output into a string: my $xml; my $output = IO::String->new($xml); my $w = new XML::Writer(OUTPUT => $output, ... etc
Even smart people are dumb in most things...
Comment on
Re^2: XML::Writer
In Section
Module Reviews