CINXE.COM

Perl Download - www.perl.org

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content="Getting started quickly" /> <link rel="shortcut icon" href="https://cdn.perl.org/perlweb/favicon.ico" /> <title>Perl Download - www.perl.org</title> <link rel="stylesheet" type="text/css" href="https://cdn.perl.org/perlweb/css/perlweb_bootstrap.min.css" /> <!-- Fonts --> <link href='https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900' rel='stylesheet' type='text/css'> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <link rel="canonical" href="https://www.perl.org/get.html" /> </head> <body class="page-www section_download"> <nav class="navbar navbar-inverse" data-height="120"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img src="https://cdn.perl.org/perlweb/images/logo.svg" alt="Perl Download | Perl, modern programming" class="page-logo"> </a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="list-inline text-center nav navbar-nav navbar-right"> <li class="sub"> <a href="/about.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_about.svg" class="header-img-nav"> About </a> </li> <li class="sub selected"> <a href="/get.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_download.svg" class="header-img-nav"> <div class="perl-version hidden-xs"> <span class="version-highlight">5.40.0</span> </div> Download </a> </li> <li class="sub"> <a href="/learn.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_learn.svg" class="header-img-nav"> Learn </a> </li> <li class="sub"> <a href="/docs.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_docs.svg" class="header-img-nav"> Docs </a> </li> <li class="sub"> <a href="/cpan.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_cpan.svg" class="header-img-nav"> CPAN </a> </li> <li class="sub"> <a href="/community.html"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_header_community.svg" class="header-img-nav"> Community </a> </li> </ul> </div><!--/.nav-collapse --> </div> </nav> <div class="jumbotron jumbotron-internal"> <div class="container text-center"> <h1>Perl Download</h1> <p>Getting started quickly</p> </div> </div> <div class="container"> <div class="row row-height"> <div class="col-xs-12"> <h3>Perl runs on over 100 platforms!</h3> <p> We recommend that you always run the latest stable version, currently 5.40.0. If you're running a version older than 5.8.3, you may find that the latest version of CPAN modules will not work. </p> </div> <div class="col-xs-12 col-sm-4 text-center"> <h3>Unix/Linux</h3> <img src="https://cdn.perl.org/perlweb/images/logos/linux.gif" width="120" alt="Unix/Linux" style="margin:auto;"/> Included<br /><small>(may not be latest)</small><br/> <a class="btn btn-success btn-block" href="#unix_like" role="button"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_download.svg" class="btn-ic hidden-xs">Get Started </a> </div> <div class="col-xs-12 col-sm-4 text-center"> <h3>macOS</h3> <img src="https://cdn.perl.org/perlweb/images/logos/mac.gif" width="120" alt="macOS" style="margin:auto;"/> Included<br /><small>(may not be latest)</small><br/> <a class="btn btn-success btn-block" href="#osx" role="button"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_download.svg" class="btn-ic hidden-xs">Get Started </a> </div> <div class="col-xs-12 col-sm-4 text-center"> <h3>Windows</h3> <img src="https://cdn.perl.org/perlweb/images/logos/windows.gif" width="120" alt="Windows" style="margin:auto;"/> <a href="http://strawberryperl.com" class="download" title="Strawberry Perl">Strawberry Perl</a> & <a href="http://www.activestate.com/activeperl/downloads" class="download" title="ActiveState Perl">ActiveState Perl</a><br/> <a class="btn btn-success btn-block" href="#win32" role="button"> <img src="https://cdn.perl.org/perlweb/images/icons/ic_download.svg" class="btn-ic hidden-xs">Get Started </a> </div> </div> </div> <div class="container"> <div id="unix_like" class="space-top-large row"> <h2>Unix</h2> <p> Running Linux, Solaris, AIX, HPUX, or any other UNIX-like system? </p> <div class="col-xs-12 col-sm-6"> <h3>Binaries</h3> <ul class="list-unstyled"> <li> <p class="button no-table"> <span style="background-image: url(https://cdn.perl.org/perlweb/images/icons/tick.png); background-repeat: no-repeat; padding-left: 20px;">Already Installed</span> </p>You probably already have perl installed. Type <code>perl&nbsp;-v</code> on a command line to find out which version. </li> <li> <a href="https://www.activestate.com/activeperl/downloads">ActiveState Perl</a> has binary distributions of Perl for many platforms. This is the simplest way to install the latest version of Perl. <p class="space-top-small"> <a href="https://www.activestate.com/activeperl/downloads" class="btn btn-sm btn-default" title="ActiveState" >Download ActivePerl</a> </p> </li> </ul> </div> <div class="col-xs-12 col-sm-6"> <h3> Source </h3> <p> Consider looking at <a href="https://metacpan.org/release/App-perlbrew/">App::perlbrew</a> to help compile and manage Perl from source. </p> <p>Find out more about the source code, development versions as well as current releases of the <a href="https://www.cpan.org/src/README.html">Perl source code</a>. </p> <p><a href="https://dev.perl.org/perl5/source.html">Latest under development source code</a> </p> <p class="space-top-small"> <a href="https://www.cpan.org/src/5.0/perl-5.40.0.tar.gz" class="btn btn-sm btn-default" title="ActiveState" >Download Latest Stable Source (5.40.0)</a> </p> </div> </div> <div id="osx" class="space-top-large row"> <h2>Mac OS X</h2> <div class="col-xs-12 col-sm-6"> <h3>Binaries</h3> <p class="button no-table"> <span style="background-image: url(https://cdn.perl.org/perlweb/images/icons/tick.png); background-repeat: no-repeat; padding-left: 20px;">Already Installed</span> </p> <p>Mac OS X already has Perl installed. Open a <i>Terminal</i> application (in the Utilities folder of your Applications folder) and run <code>perl&nbsp;-v</code> to find out which version.</p> <p><a href="http://www.activestate.com/activeperl/downloads">ActiveState Perl</a> has binary distributions of Perl for Mac OS X. This is the simplest way to install the latest version of Perl. </p> <p class="space-top-small"> <a href="http://www.activestate.com/activeperl/downloads" class="btn btn-sm btn-default" title="ActiveState" >Download ActivePerl</a> </p> </div> <div class="col-xs-12 col-sm-6"> <h3> Source </h3> <p> Consider looking at <a href="https://metacpan.org/release/App-perlbrew/">App::perlbrew</a> to help compile and manage Perl from source. </p> <p>Find out more about the source code, development versions as well as current releases of the <a href="https://www.cpan.org/src/README.html">Perl source code</a>. </p> <p><a href="https://dev.perl.org/perl5/source.html">Latest under development source code</a> </p> <p class="space-top-small"> <a href="https://www.cpan.org/src/5.0/perl-5.40.0.tar.gz" class="btn btn-sm btn-default" title="ActiveState" >Download Latest Stable Source (5.40.0)</a> </p> </div> </div> <div id="win32" class="space-top-large row"> <h2>Windows</h2> <p> Windows does not have Perl installed by default. </p> <div class="col-xs-12 col-sm-6"> <h3>Binaries</h3> <p class="space-top-small"> <a href="http://www.activestate.com/activeperl/downloads">ActiveState Perl</a> ActiveState offers both a free community version and a commercially supported binary distribution of Perl for Win32 and Perl for Win64. </p> <p class="space-top-small"> <a href="http://www.activestate.com/activeperl/downloads" class="btn btn-sm btn-default" title="Download ActivePerl"> Download ActivePerl</a> </p> <p class="space-top-small"> <a href="http://strawberryperl.com">Strawberry Perl</a>: A 100% Open Source Perl for Windows that is exactly the same as Perl everywhere else; this includes using modules from <a href="/cpan.html">CPAN</a>, without the need for binary packages. Help is available from other Windows Perl developers on the #win32 irc channel on irc.perl.org (see <a href="http://strawberryperl.com">website</a> for access through a browser). </p> <p class="space-top-small"><a href="http://strawberryperl.com" class="btn btn-sm btn-default" title="Strawberry Perl"> Download Strawberry Perl</a></p> <p> </div> <div class="col-xs-12 col-sm-6"> <h3> Source </h3> <p> Consider looking at <a href="https://metacpan.org/release/App-perlbrew/">App::perlbrew</a> to help compile and manage Perl from source. </p> <p>Find out more about the source code, development versions as well as current releases of the <a href="https://www.cpan.org/src/README.html">Perl source code</a>. </p> <p><a href="https://dev.perl.org/perl5/source.html">Latest under development source code</a> </p> <p class="space-top-small"> <a href="https://www.cpan.org/src/5.0/perl-5.40.0.tar.gz" class="btn btn-sm btn-default" title="ActiveState" >Download Latest Stable Source (5.40.0)</a> </p> </div> </div> </div> <div class="container space-top-large"> <div class="row"> <div class="quicklinks"> <div class="col-xs-12 col-sm-4"> <h4>Learning Perl</h4> <ul class="list-unstyled"> <li><a href="http://learn.perl.org/">learn.perl.org</a> has many resources to help you get started, also contact others in the <a href="/community.html">Perl Community</a> to find out more and get help.</li> </ul> </div> <div class="col-xs-12 col-sm-4"> <h4>Commercial Support</h4> <ul class="list-unstyled"> <li><a href="http://www.activestate.com/">ActiveState</a> offers commercial support for Perl.</li> </ul> </div> </div> </div> </div> <div class="container-fluid"> <footer class="row"> <div class="tip-module text-center hidden-xs"> Database interfaces <a href="https://metacpan.org/release/DBIx-Class/">DBIx::Class</a> provides an Object Relational Mapper (ORM) to databases (e.g. Oracle, SQL Server, MySQL, Postgress, Access etc) </div> <div class="footer"> <ul class="col-xs-12 col-sm-2 list-unstyled"> <li><h4>Perl.org</h4></li> <li><a href="http://www.perl.org/">www</a></li> <li><a href="http://blogs.perl.org/">blogs</a></li> <li><a href="http://jobs.perl.org/">jobs</a></li> <li><a href="http://learn.perl.org/">learn</a></li> <li><a href="http://dev.perl.org/">dev</a></li> </ul> <ul class="col-xs-12 col-sm-2 list-unstyled"> <li><h4>Connect</h4></li> <li><a href="/siteinfo.html">Site Info</a></li> <!--li><a href="#" class="links">Facebook</a></li> <li><a href="#" class="links">Twitter</a></li--> </ul> <div class="col-xs-12 footer-info"> <p class="copyright"> <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="https://cdn.perl.org/perlweb/images/icons/creativecommons-by-nc-nd-3.0-us-80x15.png" /></a> 漏 2002-2024 Perl.org </p> </div> </div> </footer> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-50555-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-50555-1', { 'link_attribution': true, 'custom_map': {'dimension1': 'protocol'} }); gtag('event', 'pageload', {'protocol': window.location.protocol}); </script> <script type="text/javascript" src="https://cdn.perl.org/perlweb/js/perlweb_bootstrap.min.js" charset="UTF-8"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10