Help for this page

Select Code to Download


  1. or download this
    export PERL5LIB=~/lib/perl5
    
  2. or download this
    perl Makefile.PL PREFIX=~ LIB=~/lib/perl5
    make
    make test
    make install
    
  3. or download this
    o conf makepl_arg PREFIX=~ LIB=~/lib/perl5
    o conf commit
    
  4. or download this
    use lib '/home/ikegami/lib/perl5';