This guide introduces the Perl language through a number of sample programs.
The aim of this guide is to understand how to use regular expressions with Perl.
1 - What is Perl Language
Perl is a scripting language suitable for web-processing.
Perl was developed deriving its concepts of text handling and regular expression from two
specialized languages called awk and sed.