my $output = IO::File->new(">$xmlFileName"); my $writer = new XML::Writer(OUTPUT => $output,DATA_MODE => 1, DATA_INDENT => 2 );