Lists and Arrays
- Lists and Arrays intro
- List Literals, list ranges
- List Assignment
- loop over elements of list with foreach
- Create an Array, loop over with foreach
- Array Assignment
- Debugging an array
- foreach loop on numbers
- Array index (menu)
- Load Module
- Command line parameters
- Process command line parameters, use modules
- Module documentation
- process CSV file
- process csv file (short version)
- One-liner sum numbers in CSV file
- process csv file using Text::CSV
- process csv file using Text::CSV
- Join
- Labels
- Exercise: Make the color selector user friendly
- Exercise: improve the color selector
- Exercise: Improve the Number Guessing game
- Solution: improved color selector
- Solution: Improve the Number Guessing game