Learning Perl Through Examples

Download tutorial intituled Learning Perl Through Examples, it's a free training document under 72 pages by Yun Shen.

Table of contents

  • Background
  • What Is Perl
  • Language Design Philosophy
  • Perl Classification
  • Borrowed Features
  • Authentic Features
  • Where Perl is used
  • Major versions
  • Language Scope
  • Language Elements
  • Advantage Over C
  • Disadvantage Over C
  • Some famous applications
  • Get to know Perl Environment
  • Connecting to SCC
  • Download source code
  • Exercise 1 - Where is My Perl
  • What do we learn from Exercise 1
  • Exercise 2 – Perl Program Structure
  • Exercise 2 – Check Source Code
  • What do we learn from Exercise 2
  • Using Perl
  • Command line Option Explained
  • Command line Examples
  • Good Programming Practices
  • Variable Scope Example 1
  • Code Examples
  • Packages and Modules
  • Perl help system
  • Perl Debugger
  • Q & A

Generalities about Perl

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 : pdf
Downloads: 151
Created: 2018-05-28
Learning Perl Through Examples

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Perl Tutorials

Think Raku (Think Perl 6)

Think Perl 6

Perl tutorial for beginners

Using Perl 6

Perl and LWP - Fetching web pages, Parsing HTML, Writing Spiders, & More

Others related eBooks about Learning Perl Through Examples

Using Blocks in Ruby

Download free course Using Blocks in Ruby, pdf file on 25 pages by Jay McGavren....

Microservices Best Practices for Java

Download free course Microservices Best Practices for Java, pdf file on 134 pages by Michael Hofmann, Erin Schnabel, Katherine Stanley....

Download Tutorial Laravel 5

Easy 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 Networks

Artificial 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 Guide

An experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better. ...

Learning to Program Using Python

An 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 Python

Download free course A Byte of Python, pdf file on 117 pages by Self-publishing....

Akka.NET Succinctly

Download free course Akka.NET Succinctly, pdf file on 121 pages by by Zoran Maksimovic....

OpenCOBOL Guide for programmers

This 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 tutorial

Download Free course and training document about Fortran 90, tutorial on 20 pages for beginners by Guy Munhoven....