http://qs321.pair.com?node_id=11147736


in reply to Installing perl from scratch

I think i'm a bit old-school. I still use ye olde step-by-step procedure from https://www.cpan.org/src/

wget https://www.cpan.org/src/5.0/perl-5.36.0.tar.gz tar -xzf perl-5.36.0.tar.gz cd perl-5.36.0 ./Configure -des -Dprefix=$HOME/localperl make make test make install

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

Replies are listed 'Best First'.
Re^2: Installing perl from scratch
by marto (Cardinal) on Oct 27, 2022 at 11:10 UTC

    None of which works out of the box on OPs platform :)