Perl: Difference between revisions
From DWIKI
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
<br /><br /> | <br /><br /> | ||
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.</blockquote> | Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.</blockquote> | ||
{| style="width:600px;" border="0" | |||
| colspan="2" | '''Usefull links''' | |||
|- | |||
| [http://search.cpan.org/ http://search.cpan.org/] || Search the '''Comprehensive Perl Archive Network''' | |||
|} | |||
Revision as of 15:36, 9 February 2007
Practical Extraction and Report Language
-or- Pathologically Eclectic Rubbish Lister
From the Wikipedia:
Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.
| Usefull links | |
| http://search.cpan.org/ | Search the Comprehensive Perl Archive Network |
