Perl
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 8: | Line 8: | ||
Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language, and (more whimsicallly) Pathologically Eclectic Rubbish Lister. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. | Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language, and (more whimsicallly) Pathologically Eclectic Rubbish Lister. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. | ||
+ | |||
+ | == References == | ||
+ | * [http://en.wikipedia.org/wiki/Perl Perl (Wikipedia)] | ||
+ | * [http://www.perl.org/ perl.org] | ||
+ | * [http://www.cpan.org/ CPAN: source of Perl modules and libraries] |
Revision as of 02:11, 22 November 2012
Perl is a high-level, general-purpose, interpreted, dynamic programming language.
Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language, and (more whimsicallly) Pathologically Eclectic Rubbish Lister. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier.