Perl - 2005 - Dan
- Perl (2005)
- 01 Welcome to the Perl course
- 02 Part 1: Getting Started
- 03 Part 2: Scalar Variables
- 04 Part 3: User Input and chomp
- 05 Part 4: Simple File Access
- 06 Part 5: The Match Operator
- 07 Part 6: Data Extraction with the Match Operator
- 08 Part 7: Changing Text with the Substitution Operator
- 09 Part 8: The Special Variable $_
- 10 Part 9: Intro to Arrays
- 11 Part 10: Array Functions
- 12 Part 11: More About Arrays
- 13 Part 12: Hashes
- 14 Part 13: Functions
- 15 Part 14: References
- 16 Part 15 Using Modules and OOP
- 17 Part 16: The End