Help for this page

Select Code to Download


  1. or download this
    $> sh Configure -de -Dprefix=/Users/jeanluca/software/perl
    ..... 
    ...
    /usr/local/bin is not writable by you
    make[1]: *** [install.perl] Error 2
    make: *** [install] Error 2
    
  2. or download this
    $> ./perl installperl --destdir=/Users/jeanluca/software/perl
    
  3. or download this
    $> export PERL5LIB=/Users/jeanluca/software/perl/usr/local/lib/perl5/5
    +.10.0/
    $> /Users/jeanluca/software/perl/usr/local/bin/cpan
    -bash: /Users/jeanluca/software/perl/usr/local/bin/cpan: /usr/local/bi
    +n/perl: bad interpreter: No such file or directory
    
  4. or download this
    $> sh Configure -de