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

Others Perl Tutorials

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

Think Raku (Think Perl 6)

Perl tutorial for professionals

Think Perl 6

Think Perl 6: How to Think Like a Computer Scientist

Others related eBooks about Learning Perl Through Examples

Modern Java EE Design Patterns

Download free course Modern Java EE Design Patterns, pdf file on 67 pages by Markus Eisele....

Python Multithreading free PDF

Download free course Python Multithreading free PDF, pdf file on 6 pages by tutorialkart.com....

Fast Lane to Python

This book aims to enable the reader to quickly acquire a Python foundation. The material particularly feel quite comfortable to anyone with background in an object-oriented programming (OOP) language such as C++ or Java....

Python and the XML

Parser of HTML and XML with python and library Python Programming Course Tutorial Computing Learning....

Download Haskell PDF Tutorial

Download Haskell PDF Tutorial for free, it consisting of 24 chapters and 683 pages covering all the most important Haskell concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

How to Think Like a Computer Scientist: Learning with Python 3 Documentation

This book is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structur...

Optimizing software in C++

This is an optimization manual for advanced C++ programmers. This book are not for beginne..., download free C++ tutorial in PDF (176 pages) created by Agner Fog ....

Python Tutorial for Beginners in PDF

In this tutorial, we will introduce you to the basic concepts of Python programming in an informal manner....

Android developement for beginners

Download Android Tutorial in PDF ,free training document for beginner's Android Development ,file under 26 pages by (RNOC)...

Learning Android

A complet Android Course in PDF format, this is a free Android ebook created for educational purposes by Stack Overflow documentation....