Linux系统中如何安装perl

发布时间:2022-01-24 11:59:58 作者:小新
来源:亿速云 阅读:727

这篇文章主要介绍了Linux系统中如何安装perl,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

Perl是一种动态解释型的脚本语言,借取了C、sed、awk、shell scripting 以及很多其他编程語言的特性。

Linux系统中如何安装perl

Linux系统安装perl具体步骤

一个命令基本上就搞定了,如果环境能够联网的话。

 # yum install perl*

如果不能联网,可以下载最新的源码包进行编译安装。

 # wget    # 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@controller ~]# perl -vThis is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 34 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 onthis 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脚本;

 # touch test.pl

编写Hello World程序;

 #!/usr/bin/perlprint "Hello World!\n"

执行程序;

 [root@controller ~]# perl test.pl Hello World!

感谢你能够认真阅读完这篇文章,希望小编分享的“Linux系统中如何安装perl”这篇文章对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,更多相关知识等着你来学习!

推荐阅读:
  1. Linux安装Perl
  2. 在CentOS 安装perl模块时报错

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

linux perl

上一篇:如何使用Shell脚本自动化Linux系统维护任务

下一篇:怎样在Linux上安装服务器管理软件Cockpit

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》