This program demonstrates the use of subroutines, regular expressions, and parsing. It reads the file WebX.txt, which is a colon-separated file containing information about musicians. An example line is
James Buffet:One Key West:White Sands:Hollywood:FL:30152:parrothead@beachcomber.net:Cheeseburger is heaven is paradise
The user can add new records to the list. The user can also opt to print to a file having the format of address labels. The code for these is placed in subroutines.
The code music.plx uses the file WebX.txt supplied for this assignment.