The focus of this category is on Perl, a high-level, general-purpose, interpreted, dynamic programming language designed by Larry Wall and first released in 1987.
Originally, the language was going to be named Pearl, but it was discovered that there was already a programming language by that name, so the "a" was omitted. In other words, Perl is not an acronym.
As a programmer for Unisys, Wall was working on a bug-reporting system, and the AWK language wasn't working out for him, so he began designing a new language. He released the first version of Perl to a newsgroup later that year, but the language was greatly expanded over the following years. By 1991, Perl was in its fourth version, and Perl 5 was released in 1995, adding support for Microsoft Windows and several other platforms.
Today, Perl 5 is still an active programming language, while Perl 6, also known as Raku, is considered a sister language. Generally, Perl refers to Perl 5, but it may also be applied to Perl 6.
Perl uses natural language elements, words that are used in common English language. An interpreter converts the program, written in a high-level language (English) to low-level (binary) language that the computer can understand. That is why it is referred to as an interpreted programming language. Perl code can run as-is, without a compilation state that creates a non-portable executable program. Traditional compilers convert programs into machine language. When a Perl program is run, it is first compiled into a byte code, which is then converted, as the program runs, into machine instructions. This differs from most versions of C or C++, which are compiled directly into a machine-dependent format.
Originally designed for text manipulation, Perl is now used for a wide range of tasks, including system administration, web development, network programming, GUI development, and others.
Perl 5 is open-sourced and licensed under an Artistic License or the GNU General Public License.
Commonly acknowledged as advantages to Perl are that it is stable, and produces cross-platform programs. It takes the best features from AWK, C, C++, and Lisp, as well as sed and the Unix shell, which were influences to the Perl programming language. Its database integration interface supports third-party databases, like MySQL, Oracle, Postgres, Sybase, and others, and it works well with HTML, XML, and other markup languages. It supports Unicode, as well as procedural and object-oriented programming. It interfaces with C/C++ libraries through XS or SWIG, and the Perl interpreter can be embedded into other systems. Perl is also extensible, with thousands of third-party modules.
Also designed by Larry Wall, Perl 6 was designed, not as an upgrade to Perl 5, but as a sister language, yet in the Perl family. Compatibility with Perl 5 was not a goal. Perl 6 was released in 2015, although its development began as early as 2000. Rakudo Perl 6 is a Perl 6 compiler made for the MoarVM, a virtual machine, as well as the Java Virtual Machine. Currently, it is the only Perl 6 compiler in active development.
A significant difference between Perl 5 and Perl 6 is that Perl began as a specification, which means that Perl 6 can be reimplemented if needed and that programmers don't have to read the source code for the ultimate authority on any given feature.
Perl 6 was influenced by Perl 5, as well as Haskell, JavaScript, Ruby, and Smalltalk. It has also been released under the Artistic License or GNU General Public License. In 2019, Perl 6 was officially renamed Raku.
Both Perl 5 and Perl 6/Raku are cross-platform languages.
Either of these languages is appropriate for this category, or its subcategory, along with any other dialects or interpretations that may be developed, tutorials, user groups, or other resources relating to Perl.
Categories
Raku |
 
 
Recommended Resources
Comprehensive Perl Archive Network
CPAN is a repository of hundreds of thousands of software modules and accompanying documentation for thousands of distributions in the Perl programming language by thousands of contributors. CPAN can refer to the archive network or to the Perl program that serves as an interface to the network and as an automated software installer. Recent uploads are highlighted, and instructions on installing Perl modules is included, with links to other resources.
https://www.cpan.org/
Designed and developed by Larry Wall, Perl refers to a family of programming languages that run on more than a hundred platforms, from portables to mainframes. Dual licensed under the Artistic License 1.0 and the GNU General Public License, distributions are available for most operating systems. Perl 5 may be downloaded from the site, which also offers an overview of its features, white papers, official and module documentation, translations, tutorials, and community sites.
https://www.perl.org/
Intended for people who use Perl for system administration or configuration management tasks, those who use the language to build websites or web applications, for bioinformatics or other forms of scientific calculations, and those who only need it for small scripts, as well as those who use Perl for test automation. Although Perl 6 may be alluded to, Perl 5 is the focus of the site, which includes tutorials, video courses for beginners and advanced users, and test automation
https://perlmaven.com/
Beginning with an introduction to Perl 5, the tutorial discusses setting up the Perl development environment, and creating an initial “Hello World” program, and then goes on to include a basic Perl tutorial, including syntax, variables, strings, numbers, operators, lists, arrays, hash, control flow statements, regular expressions, references, subroutines, packages and modules, Perl file I/O, databases, object-oriented programming, and advanced topics, including the Perl DBI.
https://www.perltutorial.org/
Released under Artistic License 1.0 or the GNU General Public License, Perl is a general-purpose, high-level, interpreted, cross-platform, dynamic programming language. Online since 1997, Pearl.Com is managed by the Perl Foundation, offering informational articles and tutorials for Perl programmers, which are sorted into several categories, and by date within the category, with more recent articles on top. Authors are highlighted, and a contributor guide is included.
https://www.perl.com/
TPF is a Michigan-based non-profit organization dedicated to the advancement of the Perl programming language, which it does by supporting international Perl conferences and other events, awarding grants for Perl projects, supporting Perl community websites, and holding the copyrights for Perl 6. Information on funding Perl development is put forth, along with a calendar of events, information on writing a grant proposal, and a downloads page.
https://www.perlfoundation.org/