Help for this page

Select Code to Download


  1. or download this
      my $OutXmlFile = IO::File->new(">$OutFileName");
    
      my $writer = XML::Writer->new(OUTPUT => $OutXmlFile,DATA_MODE=>1,DAT
    +A_INDENT=>5);
    
  2. or download this
    sub GetMappletList
       {
    ...
       
       }