Hi folks I have been using shell script for my admin work and recently decided to use perl fo all my automation. So proud I did that.
Quick question: I have been using "Select" function in shell to present menu to users. Do we have a "select" equivalent in perl? Or if I have a list of names in an array what is the best way to present them in a menu and prompt the user to select one from the list? Thanks Mr. B