Assignment P1

Perl Assignment P1


  1. Get the "hello, world" program working.

  2. Write a program (modifying what we did in class) where the days of the week are stored in array, and where a global scalar variable has some numerical value from 0 to 6. Have the program print out "Today is _____" where the blank is filled by the name of the current day, e.g. if the variable has value 1 the output should be "Today is Monday?.

  3. Play with Perl: turn in a little program that does something interesting, of your choice.