Help for this page

Select Code to Download


  1. or download this
    tar xvzf foo.tar.gz
    cd foo
    
  2. or download this
    perl Build.PL --install_base "$HOME"
    ./Build
    ./Build test
    ./Build install
    
  3. or download this
    perl Makefile.PL INSTALLBASE="$HOME"
    make
    make test
    make install
    
  4. or download this
    export PERL5LIB="$HOME/lib/perl5"