[%
page.import({
title => "Perl Ports - Perl on different platforms",
section => 'ports',
stub => '../',
});
PROCESS ports/oses/list.html;
%]
Perl Ports (Binary Distributions)
- Perl supports over 100
platforms!
- Most Unix/Linux and Macs have Perl already installed.
- You will need to download Perl for Windows.
[% TRY %]
[% latest_data = INSERT perl_version_latest_stable.json %]
[% latest = JSON.json_decode(latest_data) %]
- The latest stable version of Perl is [% latest.version_normal %].
[% CATCH %]
[% END %]
- Running a version older than 5.8.3? - some of the more widely used CPAN modules now require at least this version.
- You can build your own version of Perl from the
source code!
What OS do you run?