Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Installing perl from scratch

by cavac (Parson)
on Oct 27, 2022 at 10:44 UTC ( [id://11147736]=note: print w/replies, xml ) Need Help??


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 :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11147736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found