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: | 152 |
Created: | 2018-05-28 |
Perl and LWP - Fetching web pages, Parsing HTML, Writing Spiders, & More
Download free course Java Succinctly Part 2, pdf file on 134 pages by Christopher Rose....
Programming Persistent MemoryDownload free course Programming Persistent Memory, pdf file on 438 pages by Steve Scargall....
Neural Network Programming with JavaVast quantities of data are produced every second. In this context, neural networks become..., download free Java tutorial in PDF (244 pages) created by Alan M.F. Souza ....
Microservices Best Practices for JavaDownload free course Microservices Best Practices for Java, pdf file on 134 pages by Michael Hofmann, Erin Schnabel, Katherine Stanley....
Introduction to Programming with ScratchThis PDF tutorial will introduce you to programming using Scratch from MIT. Free document training course under 43 pages by Donald Bourret....
Think Java: How to Think Like a Computer ScientistIf you want to understand computer science, but have no programming experience, this book is for you. Think Java starts with the most basic programming concepts and carefully defines every term when it's first used. The authors then develop each new concept in a logical progression. Larger pieces ...
GUI Design for Android AppsDownload free course GUI Design for Android Apps, pdf file on 147 pages by Ryan Cohen, Tao Wang....
Advanced Python, course with exercisesThis tutorial is a selflearning document in PDF for a course in Python programming intended to advanced students level....
FreeSWITCH 1.6 CookbookFreeSWITCH is an open source carrier-grade telephony platform designed to facilitate the c..., download free FreeSWITCH 1.6 Cookbook tutorial in PDF (190 pages) created by Anthony Minessale II ....
Basic OOP in JavaThis tutorial you will learn the basics of Object-Oriented Programming in Java including class ,methods ,construcstors with some examples....