* Daniel Schwager <[email protected]>
>     mkdir -p /opt/perl-5.18.4/src
>     cd /opt/perl-5.18.4/src
>     wget http://www.cpan.org/src/5.0/perl-5.18.4.tar.bz2
>     tar -xjf perl-5.18.4.tar.bz2
>     cd perl-5.18.4
>     CFLAGS='-m64 -mtune=nocona' ./Configure -Dprefix=/opt/perl-5.18.4 
> -Dusethreads -des -Accflags=-fPIC
>     ...

Perl::Build might simplify some of these steps -

https://metacpan.org/pod/Perl::Build

Reply via email to