Paradigm | Multi-paradigm |
---|---|
Designed by | Larry Wall |
Developer | Larry Wall |
First appeared | December 18, 1987[1] |
Stable release | |
Preview release | 5.41.3[4] / 29 August 2024
|
Typing discipline | Dynamic |
Implementation language | C |
OS | Cross-platform |
License | Artistic 1.0[5][6] or GNU General Public License version 1 or any later version[7] |
Filename extensions | .plx, .pls, .pl, .pm, .xs, .t, .pod, .cgi, .psgi |
Website | perl.org |
Influenced by | |
AWK, BASIC, C, C++, Lisp, sed, Unix shell[8] | |
Influenced | |
CoffeeScript,[citation needed] Groovy,[citation needed] JavaScript, Julia, LPC, PHP, Python, Raku, Ruby, PowerShell | |
|
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym,[9] there are various backronyms in use, including "Practical Extraction and Reporting Language".[10]
Perl was developed by Larry Wall in 1987[11] as a general-purpose Unix scripting language to make report processing easier.[12][11][13] Since then, it has undergone many changes and revisions. Perl originally was not capitalized and the name was changed to being capitalized by the time Perl 4 was released.[13] The latest release is Perl 5, first released in 1994. From 2000 to October 2019 a sixth version of Perl was in development; the sixth version's name was changed to Raku.[14][15] Both languages continue to be developed independently by different development teams which liberally borrow ideas from each other.
Perl borrows features from other programming languages including C, sh, AWK, and sed.[1] It provides text processing facilities without the arbitrary data-length limits of many contemporary Unix command line tools.[16] Perl is a highly expressive programming language: source code for a given algorithm can be short and highly compressible.[17][18]
Perl gained widespread popularity in the mid-1990s as a CGI scripting language, in part due to its powerful regular expression and string parsing abilities.[19][20][21][22] In addition to CGI, Perl 5 is used for system administration, network programming, finance, bioinformatics, and other applications, such as for graphical user interfaces (GUIs). It has been nicknamed "the Swiss Army chainsaw of scripting languages" because of its flexibility and power.[23] In 1998, it was also referred to as the "duct tape that holds the Internet together", in reference to both its ubiquitous use as a glue language and its perceived inelegance.[24]
artistic-1.0
was invoked but never defined (see the help page).artistic-1.0-git
was invoked but never defined (see the help page).licensing
was invoked but never defined (see the help page).All language designers have their occasional idiosyncracies. I'm just better at it than most.
long
was invoked but never defined (see the help page)."Perl" is a family of languages, "Perl 6" is part of the family, but it is a separate language that has its own development team. Its existence has no significant impact on the continuing development of "Perl 5".
This document describes the steps to be taken to effectuate a rename of Perl 6 to Raku
Perl's strongest point is its extremely powerful built-in facilities for pattern-directed processing of textual, line-oriented data formats; it is unsurpassed at this.
perl has always been the go-to language for any task that involves pattern-matching input
Perl's unparalleled ability to process text...