Perl - Part 24

[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 027

Once the program friends01.pl is functioning add in the code below at the end of the file.
Note how we use the symbol >> when opening the file name. This is to prevent the contents of the database file from being erased everytime we add new records. Test the program using the cat command on the database file:
If the program behaves correctly, you can move on and start creating the other half of the Address Book database program set. 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