Introduction to Perl

  1. Introduction
  2. What this course is really about
  3. Comments, Variables and Arithmetic
  4. Interpolation, String Operators, STDIN
  5. Conditional Statements
  6. Looping
  7. Reading and Writing Files
  8. Basic String Manipulation
  9. Sample MidTerm Test
  10. Arrays
  11. Subroutines and Sorting
  12. Syntactic Sugar
  13. Hashes
  14. Regular Expressions
  15. Miscellaneous Topics I
  16. Miscellaneous Topics II
  17. Suggested Final Projects
  18. What's Next?

Supplementary Topics

  1. Installing Modules with PPM
  2. Introduction to Perl/Tk
  3. Drawing with Perl/Tk
  4. Introduction to CGI