Basic Perl Course in English pdf
1.Introduction (Introduction)
PerlWhat is,
PerlHistory of
PerlThe use of (Web Development, System
Administration, Data Analysis)
2.Establishment (Installation)
PerlInstallation process of (Windows, Linux, Mac)
IDEsand Introduction to Text Editors (Perl)
Suitable for
3.the basics (Basics)
Creation of the script (Writing Scripts)
PerlSyntax (Syntax)
The variables (Variables) – Scalars, Arrays, Hashes
4.Control structures (Control Structures)
terms (If (else)
Loops (For, While, Until)
5.Function and Subroutine (Functions and
Subroutines)
3
Creation of functions (Creating functions)
Use of functions (Functions used)
6.Input and output (Input and Output)
Taking input from the keyboard (Taking Input)
Working with files (Working with Files)
7.Data Structures (Data Structures)
Arrays and hashes (Arrays and Hashes)
How to use them (How to Use Them)
8.Rules and Regular Expressions (Regular
Expressions
Introduction to Regular Expressions
search and replace (Searching and Replacing)
9.Modules and packages (Modules and Packages)
CPANintroduction of
Using existing modules (Using Existing Modules)
10.Web development (Web Development)
CGI (Common Gateway Interface)Using the
Creating a simple web application (Creating
Simple Web Applications)