Slides

  1. Perl literacy course.
  2. Today
  3. Calculating grades averages
  4. Grades input file "grades"
  5. output
  6. The Perl code
  7. Functions and Statements
  8. Functions and Statements (cont.)
  9. Functions and Statements (cont.)
  10. Perl's data structures
  11. Arrays
  12. Arrays (cont.)
  13. Arrays (cont.)
  14. Arrays (cont.)
  15. Arrays (cont.)
  16. Hashes
  17. Hashes (cont.)
  18. Hashes (cont.)
  19. Namespaces
  20. Subs
  21. Subs (cont.)
  22. Subs (cont.)
  23. Subs (cont.)
  24. Very gentle introduction to regular expressions
  25. Very gentle introduction to regular expressions (cont.)
  26. reversing the sense of the match
  27. Using variables in a match
  28. match delimiters
  29. order in a match
  30. metacharacters
  31. metacharacters (cont.)
  32. metacharacters (cont.)
  33. interpolation
  34. anchors
  35. using character classes
  36. using character classes (cont.)
  37. using character classes (cont.)
  38. using character classes (cont.)
  39. character classes abbreviations
  40. word boundaries
  41. Matching this or that
  42. Grouping things and hierarchical matching
  43. Extracting matches
  44. Extracting matches (cont.)
  45. Matching repetitions
  46. Matching repetitions (cont.)
  47. Search and replace
  48. Search and replace (cont.)
  49. Search and replace (cont.)
  50. Search and replace (cont.)
  51. The split operator
  52. The split operator (cont.)
  53. The split operator (cont.)
  54. References:
  55. Some reading:
  56. Thank you