Slide 5.d: Scripting languages (cont.)
Slide 6.b: Variables and strings
Home

Perl (Practical Extraction and Report Language)


Perl is a programming language developed by Larry Wall, especially designed for processing text. Because of its strong text processing abilities, Perl has become one of the most popular languages for writing web scripts. Perl is an interpretive language, which makes it easy to build and test simple programs. It has an eclectic heritage, deriving from Originally developed for Unix, it is now available for many platforms. Perl's elaborate support for regular expression matching and substitution has made it the language of choice for tasks involving string manipulation, whether for text or binary data.

Useful Resources