Help for this page

Select Code to Download


  1. or download this
    use only Module 1.0;
    # or
    use only Module 2.0;
    
  2. or download this
    perl Makefile.PL
    make
    make test
    perl -Monly=install    # substitute for 'make install'
    
  3. or download this
    use XML::Simple qw(:strict);