📅  最后修改于: 2021-01-07 08:10:40             🧑  作者: Mango
Perl支持更多的操作系统平台。始终在系统上使用最新的perl版本。当前最新的perl版本是5.24.0。
如果您的Perl版本早于5.8.3,则CPAN最新版本模块可能不支持您的Perl。
在perl 5.6发行之后,将使用以下策略。
不再支持5.20之前的版本。
Operating System | Binaries | Sources |
---|---|---|
Unix/Linux | Perl may be already installed in a Unix system. Check it using perl -v command. Install latest perl version from ActiveState perl site. |
Have a look at App::perlbrew to compile and manage perl from source.
From perl source code, you can find more information about current perl releases.
|
Windows | Perl is not installed on windows by default.ActiveState perl site offers both free and commercially supported version. Strawberry perl is open-source perl for windows which is same as others and include CPAN modules rather than binary packages. DWIM perl for windows is open source perl for windows based on Strawberry perl. It includes as much as CPAN modules as possible. It comes with Padre, the Perl IDE. |
Have a look at App::perlbrew to compile and manage perl from source.From perl source code, you can find more information about current perl releases. |
Mac OS X | It already has perl installed. To find the version run perl -v command.Latest version of perl can get from ActiveState perl site. | Have a look at App::perlbrew to compile and manage perl from source.From perl source code, you can find more information about current perl releases. |