- 論壇徽章:
- 0
|
為什么 perl 升級(jí)完后還是原來(lái)的版本號(hào)?
----------------------------
原來(lái)的版本是 5.10.1
[root@localhost perl-5.26.1]# perl -v
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
Copyright 1987-2009, 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.
[root@localhost perl-5.26.1]# whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
[root@localhost perl-5.26.1]# which perl
/usr/bin/perl
----------------------------
我在官網(wǎng)上下載了最新的 5.62.1 但裝完后還是顯示 5.10.1
================
[root@localhost perl-5.26.1]# perl -v
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
Copyright 1987-2009, 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.
================
|
|