Perl - Part 17

[home] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]

Task 019

Copy names03.pl to names04.pl and make the alterations necessary to enable your program to generate output similar to that shown below. The program should now accept and store telephone numbers as well as names. When a record number is later specified both the name and number are to be returned.

In this case we are using the same program as we did before with a small amount of added code.

If you have not already done so, make sure you have error checking in place for record retrieval. Also, though the sample above works for five name/number sets, ensure your program works for ten sets.

Ensure you print this program once it's complete and show it to Fachtna for assessment.

Onwards...

[home] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]

Last updated: 20131015-16:45