Perl - Part 23
[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 026
First create this file called friends01.pl and test it to ensure it provides output via the debugging line which consists of the details you have just input, separated by our chosen 'special character', and all of that data concatenated by the '.' (dot) operator. You should be able to answer why it is you think that ':' has been chosen as the character. You should also be able to say why the chop function is not used after the address.
This program contains at least one error.

If the program behaves correctly, move on.
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