www.opensourcewebbook.com | ||
Page Path - Contents - Perl | ||
|
Perl Perl has become a popular all-purpose programming language because of its power and ease of use. Once you have mastered the language rules, you can do a lot with a little. One of the mottoes of Perl is Perl Makes Easy Tasks and Easy and Hard Tasks Possible. Another is There's More Than One Way To Do It - TMTOWTDI, pronounced "Tim-Toe-Di." Perl originated as a text processing language (read about the history here and here). Larry Wall, the creator, needed a language to manage and manipulate a database of text files. He designed Perl to be a language with built-in text processing by incorporating regular expressions and providing a number of text processing functions. There are and have been many other text processing languages: REXX, awk, sed, etc. But Perl has struck a chord, and not only with Open Source developers - it has been ported to all major operating systems and many minor ones. It has been (lovingly) referred to as the duct tape that holds the Internet together. One of the happy results of the spread of Perl is its portability; if created properly, Perl scripts will run on many operating systems with only minor changes, if any. The name Perl is an uncapitalized acronym for Practical Extraction and Report Language, or Pathologically Eclectic Rubbish Lister - TMTOWTDI. Perl Links
Perl home page
|
EXAMPLES:
hello.pl |