You need Perl 5 安装openssl时报错,提示需要安装perl 5
https://www.cpan.org/src/README.html
wget https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz
tar -xzf perl-5.34.0.tar.gz
cd perl-5.34.0
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install
How to install from source
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
Read both INSTALL and README.yoursystem in the perl-5.36.0 directory for more detailed information.