Help for this page

Select Code to Download


  1. or download this
    my $output = IO::File->new(">$xmlFileName");
    
    my $writer = new XML::Writer(OUTPUT => $output,DATA_MODE => 1, DATA_IN
    +DENT => 2 );