
Perl
Interpreted programming language first released in 1987 / From Wikipedia, the free encyclopedia
Dear Wikiwand AI, let's keep it short by simply answering these key questions:
Can you list the top facts and stats about Perl?
Summarize this article for a 10 years old
Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also referred to its redesigned "sister language", Perl 6, before the latter's name was officially changed to Raku in October 2019.[9][10]
![]() | |
Paradigm | Multi-paradigm: functional, imperative, object-oriented (class-based), reflective |
---|---|
Designed by | Larry Wall |
Developer | Larry Wall |
First appeared | December 18, 1987; 35 years ago (1987-12-18)[1] |
Stable release | |
Preview release | |
Typing discipline | Dynamic |
Implementation language | C |
OS | Cross-platform |
License | Artistic License 1.0[5][6] or GNU General Public License version 1 or any later version[7] |
Filename extensions | .plx, .pl, .pm, .xs, .t, .pod, .cgi |
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 | |
|
Though Perl is not officially an acronym,[11] there are various backronyms in use, including "Practical Extraction and Reporting Language".[12] Perl was developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier.[13] Since then, it has undergone many changes and revisions. Raku, which began as a redesign of Perl 5 in 2000, eventually evolved into a separate language. Both languages continue to be developed independently by different development teams and liberally borrow ideas from each other.
The Perl languages borrow features from other programming languages including C, sh, AWK, and sed;[1] They provide text processing facilities without the arbitrary data-length limits of many contemporary Unix command line tools.[14] Perl 5 gained widespread popularity in the mid-1990s as a CGI scripting language, in part due to its powerful regular expression and string parsing abilities.[15][16][17][18]
In addition to CGI, Perl 5 is used for system administration, network programming, finance, bioinformatics, and other applications, such as for GUIs. It has been nicknamed "the Swiss Army chainsaw of scripting languages" because of its flexibility and power,[19] and also what some consider ugliness[20] due to its utilization of more special characters than many other languages. 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.[21]
Perl is a highly expressive programming language: source code for a given algorithm can be short and highly compressible.[22][23]