Week 1
This week I downloaded and installed ActivePerl 5.6.1 Build 635 (MSI).
We learned about Perl extensions, chomp, comments(#), standard in (STDIN)
and how to run Perl programs from the command line. The following mad
lib program takes user input and prints it to the screen.
Mad lib program.
Week 2
Scalar data (numbers/strings), escape characters, operators, variables,
functions, and pseudocode. The following program gets user name and
price of 3 items, totals it and prints a message.
Order program.
HOME