Centos安装Perl

2020-09-28  本文已影响0人  ArthurIsUsed
[root@houtai1 install_package]# tar -xzvf perl-5.32.0.tar.gz
[root@houtai1 perl-5.32.0]#  cd perl-5.32.0
[root@houtai1 perl-5.32.0]# ./Configure -de
[root@houtai1 perl-5.32.0]# make
[root@houtai1 perl-5.32.0]# make test
[root@houtai1 perl-5.32.0]# make install
[root@kmzyw-zyw-houtai1 perl-5.32.0]# perl -v

This is perl 5, version 32, subversion 0 (v5.32.0) built for x86_64-linux

Copyright 1987-2020, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
上一篇 下一篇

猜你喜欢

热点阅读