Perl is a general purpose programming language created by Larry Wall. Perl was originally created as a UNIX scripting language, although it has since been ported to other operating systems, and has also found popularity with web developers through the use of CGI which provides a simple mechanism for passing data from a web server to another program. As Hassan Schroeder, Sun's first webmaster, remarked: "Perl is the duct tape of the Internet."
This guide will give you a quick history of Perl, show you how it is used and provides some examples in Perl to get you started with the language.
| Common Perl Commands: Syntax and Examples
Perl is a powerful language for data analysis, text manipulation and batch processing among other uses. To be able to exploit this power you need to know a host of perl commands. Here... |
The Uses of Perl
Perl is a highly dynamic programming language used by millions of web developers and several popular websites. Many people may wonder 'what is Perl used for?' Here, you... |
| Why Learn Python?
Python is a powerful open source, object oriented programming language. It has overtaken Perl in terms of programming popularity for the web. This article looks at some of the reasons... |
What Is Perl and How Is It Used?
Perl is a useful, yet complex programming language created in 1987. Learn how Perl got its name and its main uses.... |
| What is Perl Programming?
A brief history of Perl, from its origins in the 1980’s and an example of the simplicity of the language and some words on the benefits of open source, and where to learn more... |
The Perl Get Mail Script
A look at a Perl mail script, with a brief analysis of the purpose of each separate part of the sample script, and the method of closing off a script.... |