Today we had an extremely fast introduction to Perl (crash course). In particular we
- Reviewed variables and learned what hashes are and how to use them
- Reviewed the for and foreach cycles
- Introduced the while loop
- Introduced mathematical and string operators and functions
- Introduced the if test
- Saw how to open a file and get parameters (@ARGV).