Help for this page

Select Code to Download


  1. or download this
    use XML::Twig;
    
    my $gPFile = "input_test.xml";
    ...
      $ppml_twig->print( \*TMP);;
      close(TMP);
    }
    
  2. or download this
    <?xml version="1.0" encoding="windows-1252"?>
    <JOB Label="input_test" >
        <SUBJOB>
        </SUBJOB>
    </JOB>
    
  3. or download this
    pp -l libexpat.dll -a "C:/Strawberry/perl/site/lib/XML/Parser/Encoding
    +s;lib/XML/Parser/Encodings" -o pp_only.exe pp_only.pl