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

Others Perl Tutorials

Think Perl 6: How to Think Like a Computer Scientist

Using Perl 6

Think Raku (Think Perl 6)

Perl tutorial for professionals

Modern Perl

Others related eBooks about Learning Perl Through Examples

TouchDevelop - Programming on the Go

Mobile devices such as smartphones and tablets are set to become the main computersthat virtually all people will own and carry with them at all times. And yet,mobile devices are not yet used for all computing tasks. A project at MicrosoftResearch was created to answer a simple question: It is possi...

Hibernate Annotations

This pdf tutorial present a reference guide for Hibernate , a training document course on 49 pages for beginners....

Think Python, Free PDF tutorial

The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science. ...

VB.NET for beginners

This document is a VB.NET training tutorial for beginners who wants to learn the dot net platform with Visual Basic ,it's a free courses in PDF under 243 pages for download....

Learning Laravel by examples

With this PDF tutorial you will learn how to build a web application with Laravel PHP Framework version 4, free training document under 58 pages....

Learning Python language

Complete Python language tutorial, courses, exercises and Python language examples designed for developers who want to learn the basics of this language. PDF document on 1067 pages created by StackOverFlow....

C# : Practical Guide for Programmers

Download a free Csharp tutorial in PDF by Michel de Champlain .A complet training document under 262 pages for intermediate level-users....

Reverse Engineering for Beginners

Download free ebook about Reverse Engineering for Beginners. A PDF tutorial on 942 pages by Dennis Yurichev....

Statistics with Julia

Ccurrently many of Julia's users are hard-core developers that contribute to the language'..., download free Julia tutorial in PDF (413 pages) created by Hayden Klok ....

Scratch programming guide in PDF

Download Scratch programming tutorial by Julian Screawn, Scratch facilitate learning programming by designing and using blocks to create animation, games and videos....