Slides
- Perl literacy course.
- Today
- Calculating grades averages
- Grades input file "grades"
- output
- The Perl code
- Functions and Statements
- Functions and Statements (cont.)
- Functions and Statements (cont.)
- Perl's data structures
- Arrays
- Arrays (cont.)
- Arrays (cont.)
- Arrays (cont.)
- Arrays (cont.)
- Hashes
- Hashes (cont.)
- Hashes (cont.)
- Namespaces
- Subs
- Subs (cont.)
- Subs (cont.)
- Subs (cont.)
- Very gentle introduction to regular expressions
- Very gentle introduction to regular expressions (cont.)
- reversing the sense of the match
- Using variables in a match
- match delimiters
- order in a match
- metacharacters
- metacharacters (cont.)
- metacharacters (cont.)
- interpolation
- anchors
- using character classes
- using character classes (cont.)
- using character classes (cont.)
- using character classes (cont.)
- character classes abbreviations
- word boundaries
- Matching this or that
- Grouping things and hierarchical matching
- Extracting matches
- Extracting matches (cont.)
- Matching repetitions
- Matching repetitions (cont.)
- Search and replace
- Search and replace (cont.)
- Search and replace (cont.)
- Search and replace (cont.)
- The split operator
- The split operator (cont.)
- The split operator (cont.)
- References:
- Some reading:
- Thank you