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
Session 8 [07-01-2024]
Perl_collection_share.zip: Download: Perl_collection_share.zip
Perl ─ Subroutines
- Define and Call a Subroutine
- Passing Arguments to a Subroutine
- Passing Lists to Subroutines
- Passing Hashes to Subroutines
- Returning Value from a Subroutine
- Private Variables in a Subroutine
- Temporary Values via local()
- State Variables via state()
- Subroutine Call Context
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