Perl
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym,[4] there are various backronyms in use, such as: P...") |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{FormatInfo | |
+ | |formattype=Languages | ||
+ | |subcat=Programming Languages | ||
+ | |extensions={{ext|pl}}, {{ext|pm}} | ||
+ | }} | ||
− | Though Perl is not officially an acronym, | + | '''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. |
Revision as of 02:53, 20 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.