Course Overview
The Perl Programming course is designed to give delegates the knowledge to develop/maintain Perl scripts.
Who should attend
Programmers who need to write or maintain scripts in Perl.
Prerequisites
Experience of programming in another programming language is required.
Course Objectives
The delegate will learn to:
- Declare variables and initialise them
- Understand scalar and list context
- Construct expressions with arithmetic, logical and relational operators
- Use iterative type statements
- Use conditional statements
- Read/write text and binary files
- Manipulate text using regular expression
- Use and code subroutines
- Use built-in library functions
- Use arrays and hashes
- Declare and use packages