Help for this page

Select Code to Download


  1. or download this
    set PERL_MB_OPT=--install_base /home/user/devstuff
    set PERL_MM_OPT=INSTALL_BASE=/home/user/devstuff
    
  2. or download this
    perl Build.PL --install_base /home/user/devstuff
    Build
    Build test
    Build install
    
  3. or download this
    perl Makefile.PL  INSTALL_BASE=/home/user/devstuff
    perl -V:make prints the name of the make program you should use make ,
    + nmake , dmake , gmake ...
    make
    make test
    make install