Help for this page

Select Code to Download


  1. or download this
    perl Build.PL
    ./Build
    ./Build test
    ./Build install --install_base /opt/local
    
  2. or download this
    perl Makefile.PL INSTALL_BASE=/opt/local
    make
    make test
    make install