Instructor: Dr. Alexandros Labrinidis
TA: Panickos Neophytou panickos@cs.pitt.edu (Sen. Sq. 6414)
TA''s Office Hours: Monday 5:15-7:15 & Wednesday 5:15-7:15
Course webpage: TBA
Recitation Examples
- Recitation 1: perl
- 1ex.pl Hello world.
- 2ex.pl Ask name.
- 3ex.pl Chomp.
- 4ex.pl Add options on how to treat people.
- 5ex.pl Guess a secret word
- 6ex.pl Guess from multiple secret words. (Array)
- 7ex.pl Assign words to names. (Hash)
- 8ex.pl What if there is no such name? Default value to secret word.
- 9ex.pl Why not accept "Panickos Neophytou" and match it as "panickos" (Regular expressions)
- 10ex.pl What about Panickosss, panickos, PaNiCkOs
- 11ex.pl Treating everyone the same way using transformations, and substitutions.
- 12ex.pl Making everything more structured.
- 13ex.pl Initialize words from an external file.
- 14ex.pl Open multiple secret words files.
- wordlist Example secret words file.
- rec1.tar DOWNLOAD all of the above files in one shot.
- Recitation 2: perl (cnt.)