Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL  # Configure
    make  # build
    make test # test
    make install # install
    
  2. or download this
    perl Build.PL  # Configure
    ./Build  # build
    ./Build test # test
    ./Build install # install