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: 152
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 Perl 6: How to Think Like a Computer Scientist

Modern Perl

Think Perl 6

Perl tutorial for professionals

Perl tutorial for beginners

Others related eBooks about Learning Perl Through Examples

Data Structures and Algorithms

Download free course Data Structures and Algorithms, pdf file on 111 pages by Granville Barnett, Luca Del Tongo....

How To Think Like A Computer Scientist: C++ Version

The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language. ...

VBA Notes for Professionals

Download free course VBA Notes for Professionals, pdf file on 202 pages by Stack Overflow Community....

Get Started with Arduino

Download free course Get Started with Arduino, pdf file on 180 pages by Matt Bradshaw, Jo Hinchliffe, Dr Andrew Lewis, Jenny List, Brian Lough, Graham Morrison, John Wargo....

Java Web Scraping Handbook

Download free course Java Web Scraping Handbook, pdf file on 115 pages by Kevin Sahin....

Visual Basic .NET Programming Tutorial

Download free Visual Basic tutorial course in PDF, training file in 51 chapters and 149 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

RESTful Web Services Quick Guide

RESTful Service quick guide ,this PDF tutorial provides some recommendations for Creating best Web Services project. Free training document course material on 30 pages by Todd Fredrich....

Scratch programming PDF tutorial

Download free PDF tutorial about Scratch programming, document under 29 pages by Neil Rickus....

RubyFu

This book is a great collection of ideas, tricks, and skills that could be useful for Hack..., download free Ruby tutorial in PDF (281 pages) created by RubyFu ....

Android video game tutorial

With this tutorial you will learn how to create an android video game and the basics of android applications development, free training document on 34 pages by Nikhil Yadav....