Introduction to Perl
- Introduction
- What this course is really about
- Comments, Variables and Arithmetic
- Interpolation, String Operators, STDIN
- Conditional Statements
- Looping
- Reading and Writing Files
- Basic String Manipulation
- Sample MidTerm Test
- Arrays
- Subroutines and Sorting
- Syntactic Sugar
- Hashes
- Regular Expressions
- Miscellaneous Topics I
- Miscellaneous Topics II
- Suggested Final Projects
- What's Next?
Supplementary Topics
- Installing Modules with PPM
- Introduction to Perl/Tk
- Drawing with Perl/Tk
- Introduction to CGI