Lists and Arrays

  1. Lists and Arrays intro
  2. List Literals, list ranges
  3. List Assignment
  4. loop over elements of list with foreach
  5. Create an Array, loop over with foreach
  6. Array Assignment
  7. Debugging an array
  8. foreach loop on numbers
  9. Array index (menu)
  10. Load Module
  11. Command line parameters
  12. Process command line parameters, use modules
  13. Module documentation
  14. process CSV file
  15. process csv file (short version)
  16. One-liner sum numbers in CSV file
  17. process csv file using Text::CSV
  18. process csv file using Text::CSV
  19. Join
  20. Labels
  21. Exercise: Make the color selector user friendly
  22. Exercise: improve the color selector
  23. Exercise: Improve the Number Guessing game
  24. Solution: improved color selector
  25. Solution: Improve the Number Guessing game