Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL INSTALLBASE=~
    make
    make test
    make install
    
  2. or download this
    perl Build.PL --install_base ~
    ./Build
    ./Build test
    ./Build install
    
  3. or download this
    o conf makepl_arg 'INSTALLBASE=~'
    o conf mbuildpl_arg '--install_base ~'
    o conf commit  # To use these settings in future sessions too.