CIS 2279 Homework Assignment #01
Due Friday, Sep 5,
2008
All files created must be saved in your class directory
/mnt/homes/CLASSES/CIS2279/<username>
- Create a perl script named lab01.pl in your class directory. The
script must perform the following:
- Ask the user for their first and last name and store
the value in a variable.
- Ask the user for the current temperature and store
the value in a variable.
- Display the values in both these variables back to the screen in
a readable manner.
- The script must be executable by simply running the file itself.