Download tutorial intituled Learning Perl Through Examples, it's a free training document under 72 pages by Yun Shen.
Table of contents
Perl is a programming language for text file processing as well as system and application administration tasks. Available in the public domain for Unix environments, Linux, Windows ... it knows today a very important development.
Created in 1986 by Larry Wall, Perl has since known many versions, today we use Perl5, version 5.61 is now final.
Perl is an interpreted language and Perl programs are distributed in source format. The interpreted term is however ambiguous because a Perl program runs in two phases:
the pre-compilation of the program that produces pseudo-code, then the interpretation of the pseudo-code (the actual execution). The pseudo-code of Perl contains more than 300 meta-instructions, at the end of the pre-compilation one obtains a sequence of autonomous pseudo-codes which have pointers towards their operands and the following meta-instruction. Perl is very referenced on the Web, among the main sites are:
- http://www.perl.org (all about Perl)
- http://www.perl.com (all about Perl also)
- http://www.cpan.org (distribution of Perl and modules)
Pages : | |
File type : | |
Downloads: | 139 |
Submitted On: | 2018-05-28 |
License: | |
Author(s): |
Take advantage of this course called Learning Perl Through Examples to improve your Programming skills and better understand Perl.
This course is adapted to your level as well as all Perl pdf courses to better enrich your knowledge.
All you need to do is download the training document, open it and start learning Perl for free.
This tutorial has been prepared for the beginners to help them understand basic Perl Programming. After completing this tutorial you will find yourself at a moderate level of expertise in Perl from where you can take yourself to next levels.
This tutorial is designed for Perl students who are completely unaware of Perl concepts but they have basic understanding on Programming training.