The following outline is provided as an overview of and topical guide to the Perl programming language:
Contents
- What type of thing is Perl
- Other names for Perl
- Strengths of Perl
- Weaknesses of Perl
- Perl documentation
- Perl language structure
- Elements of a perl script
- Text editors that support Perl scripting
- Perl support
- Websites
- Books about Perl
- Magazines about Perl
- History of Perl
- Versions of Perl
- Perl was derived from
- Commercial software programmed in Perl
- Free software programmed in Perl
- Perl culture
- Perl organizations
- Perl personalities
- Perl writers
- Perl 6
- Implementations of Perl 6
- References
Perl – high-level, general-purpose, interpreted, multi-paradigm, dynamic programming language. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone many changes and revisions and become widely popular amongst programmers. Larry Wall continues to oversee development of the core language, and its upcoming version, Perl 6. Note that Perl 5 and Perl 6 are receiving ongoing development, thereby forking the language, therefore making Perl a family of programming languages.It stands for Practical Extraction and Reporting Language which processes data using pattern matching technique.
What type of thing is Perl?
Other names for Perl
Strengths of Perl
Weaknesses of Perl
Perl documentation
Perl language structure
Elements of a perl script
#!usr/bin/perl
– called the "shebang line", after the hash symbol (#) and ! (bang) at the beginning of the line. It is also known as the interpreter directive.#
– the number sign, also called the hash symbol. In Perl, the # indicates the start of a comment. It instructs perl to ignore the rest of the line and not execute it as script code.Text editors that support Perl scripting
Perl support
Websites
Books about Perl
Magazines about Perl
History of Perl
Versions of Perl
Perl was derived from
Commercial software programmed in Perl
Free software programmed in Perl
Perl culture
Perl organizations
Perl personalities
Perl writers
Perl 6
Perl 6