Write a perl program that reads from a file containing a list of names and then displays that list to a user. The program should then ask the user if they want to sign up on the list. If they say yes, then the program should get the name of the user and add it to the file containing the list of names. If the user does not want to sign up then the program should exit.

Solved
Show answers

Ask an AI advisor a question