這篇文章主要介紹了Linux系統中如何安裝perl,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
Perl是一種動態解釋型的腳本語言,借取了C、sed、awk、shell scripting 以及很多其他編程語言的特性。
一個命令基本上就搞定了,如果環境能夠聯網的話。
# 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腳本;
# touch test.pl
編寫Hello World程序;
#!/usr/bin/perlprint "Hello World!\n"
執行程序;
[root@controller ~]# perl test.pl Hello World!
感謝你能夠認真閱讀完這篇文章,希望小編分享的“Linux系統中如何安裝perl”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。