Help for this page

Select Code to Download


  1. or download this
          cd ~/src
          tar -zxvf ~/downloads/your_module.tar.gz
    
  2. or download this
         perl Makefile.PL
            make
            make test
            make install
    
  3. or download this
        perl Makefile.PL PREFIX=~/lib/
        make
        make test
        make install