Help for this page

Select Code to Download


  1. or download this
    my $output = new IO::File(">xxx.xml");
    
  2. or download this
    my $output = IO::File->new(">xxx.xml");