[Home]History of Perl programming language

HomePage | Recent Changes | Preferences

Revision 22 . . December 18, 2001 12:01 am by AxelBoldt [Reorganize a bit, more prominent mention of CPAN]
Revision 21 . . December 17, 2001 9:51 pm by (logged).146.101.xxx [Perl actually compiles its code before running it]
Revision 20 . . December 7, 2001 4:43 am by Taw [formatting]
Revision 19 . . (edit) December 7, 2001 4:03 am by Zundark [reword one line]
Revision 18 . . December 7, 2001 3:40 am by Hannes Hirzel [Added note about Perl 6 ]
Revision 17 . . December 7, 2001 3:31 am by (logged).196.144.xxx
Revision 16 . . December 7, 2001 3:30 am by (logged).196.144.xxx
Revision 15 . . (edit) November 9, 2001 11:18 am by Wesley [emboldened the first Perl, and fixed a typo]
  

Difference (from prior major revision) (no other diffs)

Changed: 1c1,6
Perl (Practical Extraction and Report Language) is a programming language created by Larry Wall in 1987 that borrows features from C, sed, awk, and shell scripting (sh). Though the name originated as an acronym, it is normally spelt in normal mixed case when referring to the language, or lower case when referring to the interpreter. "Only perl properly parses Perl." Although it has most of the ease of use features of an interpreted language, it does not strictly interpret and execute the source code one line at a time. Rather, perl first compiles an entire program to an intermediate byte code (Much like Java's byte code), optimizing as it goes, and then executes that byte code. It is possible to compile a perl program to byte code to save the compilation step on later executions, though the "interpreter" is still needed to execute that code.
Perl (Practical Extraction and Report Language) is a programming language created by Larry Wall in 1987 that borrows features from C, sed, awk, and shell scripting (sh). Though the name originated as an acronym, it is normally spelt in normal mixed case when referring to the language, or lower case when referring to the interpreter. "Only perl properly parses Perl."
Perl is free software, available for many platforms under the Artistic License and GPL.

Perl was designed to be a practical language to extract information from text files and generate reports. One of its mottos is There is more than one way to do it (TIMTOWTDI - pronounced 'Tim Toady'). Another is Perl: the Swiss Army Chainsaw of Programming Languages. Its versatility permits versions of many programming paradigms: procedural, functional, and object-oriented---though purists object to Perl's approach, which favors convenience to the programmer over clean language design. Perl is often considered the archetypal scripting language and has been called the "glue that holds the web together", as it is one of the most popular CGI languages.

Perl is available for just about every operating system but is particularly prevalent on Unix and Unix-like systems, and is growing in popularity on Microsoft Windows systems. As an example of Perl in action, Wikipedia is our own slightly customized version of CliffordAdams' UseMod Wiki software -- written in Perl, of course.

Changed: 3c8,12
Perl was designed to be a practical language to extract information from text files and generate reports. One of its mottos is There is more than one way to do it (TIMTOWTDI - pronounced 'Tim Toady'). Another is Perl: the Swiss Army Chainsaw of Programming Languages. Its versatility permits versions of many programming paradigms: procedural, functional, and object-oriented---though purists object to Perl's design, which favors convenience to the programmer over clean language design. Perl is often considered the archetypal scripting language.
A huge collection of freely usable perl modules, ranging from advanced mathematics to database connectivity, networking and more, can be downloaded from a network of sites called CPAN.

Although Perl has most of the ease of use features of an interpreted language, it does not strictly interpret and execute the source code one line at a time. Rather, perl first compiles an entire program to an intermediate byte code (Much like Java's byte code), optimizing as it goes, and then executes that byte code. It is possible to compile a perl program to byte code to save the compilation step on later executions, though the "interpreter" is still needed to execute that code.

Perl 6 is currently being developed. It will run on a virtual machine.

Changed: 23,29c32
Perl has been called the "glue that holds the web together", as it is one of the most popular CGI languages. Perl is available for just about every operating system but is particularly prevalent on Unix and Unix-like systems, and is growing in popularity on Microsoft Windows systems. As an example of Perl in action, Wikipedia is our own slightly customized version of CliffordAdams' UseMod Wiki software -- written in Perl, of course.

Perl is free software, available for many platforms under the Artistic License and GPL.

Perl 6 is currently being developed. It will run on a virtual machine.

See also: CPAN, APL, Python, Ruby
See also: APL, Python, Ruby

Changed: 31c34
External links:
External links:

Added: 37a41



HomePage | Recent Changes | Preferences
Search: