安装Perl

安装Perl  yum版本:

# yum -y install perl*

也可以下载最新的源码包进行编译安装。

 

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

查看安装成功的Perl版本:

 

[root@MiWiFi-R4CM-srv ~]# perl -v

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
(with 44 registered patches, see perl -V for more detail)

Copyright 1987-2012, 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.

  运行perl程序:

 perl -e 'print "hello world \n"'

  

 
posted @ 2021-11-27 23:43  三号小玩家  阅读(345)  评论(0编辑  收藏  举报
Title
三号小玩家的 Mail: 17612457115@163.com, 联系QQ: 1359720840 微信: QQ1359720840