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)
Size : | 1047.842 Kb |
File type : | |
Downloads: | 151 |
Created: | 2018-05-28 |
Perl and LWP - Fetching web pages, Parsing HTML, Writing Spiders, & More
Download free course Using Blocks in Ruby, pdf file on 25 pages by Jay McGavren....
Microservices Best Practices for JavaDownload free course Microservices Best Practices for Java, pdf file on 134 pages by Michael Hofmann, Erin Schnabel, Katherine Stanley....
Download Tutorial Laravel 5Easy Laravel 5 is an overview of the new PHP plateform, free training document material under 44 pages intended to beginners by W.Jason Gilmore....
Artificial Neural NetworksArtificial Neural Networks (ANN) are state-of-the-art, trainable algorithms that emulate certain major aspects in the functioning of the human brain. This gives them a unique, self-training ability, the ability to formalize unclassified information and, most importantly, the ability to make foreca...
The C++ Hackers GuideAn experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better. ...
Learning to Program Using PythonAn introduction to computer programming, using the easy, yet powerful, Python programming language. Python, a cross-platform language used by such organizations as Google and NASA, lets you work quickly and efficiently, allowing you to concentrate on your work rather than the language. ...
A Byte of PythonDownload free course A Byte of Python, pdf file on 117 pages by Self-publishing....
Akka.NET SuccinctlyDownload free course Akka.NET Succinctly, pdf file on 121 pages by by Zoran Maksimovic....
OpenCOBOL Guide for programmersThis PDF tutorial describes the syntax and usage of the COBOL programming language as implemented by the current version of OpenCOBOL ,it's a free training document under 259 pages designated to intermediate users level....
Beginner Fortran 90 tutorialDownload Free course and training document about Fortran 90, tutorial on 20 pages for beginners by Guy Munhoven....