what is Perl?
Practical Extraction and Report Language (Perl) is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
advantages of Perl
Perl is an open source program which is easy to learn if you have experience with a few different programs. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it's easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has a large collection of third-party modules. Another of the advantages in using Perl is due to the fact there are always several ways in performing one operation.
relevant books about Perl
|