December 1998
Beginner
512 pages
12h 13m
English
The Workshop summarizes the key terms you learned and poses some questions about the topics presented in this chapter. It also provides you with a preview of what you will learn in the next hour.
algorithm the logical sequence of steps taken by a program.
file handle An internal program variable that's used to refer to a specific file. In Perl, you'll have used an opencommand to associate a file handle with a file.
First, go to the Web site http://www.intuitive.com/tyu24/ and download the files for this hour.
| 1: | Congratulations! You just won £50! Use Exchange to see how much that's worth in US dollars. |
| 2: | Find and fix the bug highlighted in the exchange.pl program earlier in this lesson. Run perl -w to confirm that ... |
Read now
Unlock full access