Perl Tutorial Online Webinar
Please leave a remark at the bottom of each page with your useful suggestion.
Perl Online Webniar...
Table of Contents
- Introduction
- Session 1
- Session 2
- Session 3
- Session 4
- Session 5
- Session 6
- Session 7
- Session 8
- Test and Certificate
Reference Material:
Edumask perl-programming-tutorial
- Perl Operators and Precedence
- Perl Function
- Perl Variables
- Perl Pragmatic-Modules
- Perl Standard-Modules
- Perl Utilities Packaged
Session 5 [10-12-2023]
Perl ─ File I/O
- Opening and Closing Files
- Open Function
- Sysopen Function
- Close Function
- The <FILEHANDL> Operator
- getc Function
- read Function
- print Function
- Copying Files
- Renaming a file
- Deleting an Existing File
- Positioning inside a File
- File Information
Perl ─ Regular Expressions
- The Match Operator
- Match Operator Modifiers
- Matching Only Once
- Regular Expression Variables
- The Substitution Operator
- Substitution Operator Modifiers
- The Translation Operator
- Translation Operator Modifiers
- More Complex Regular Expressions
- Matching Boundaries
- Grouping Matching
- Regular-expression Examples