I am trying to TELNET in my PERL script. I am able to issue commands, however, I need to verify that the commands ran succesfully. If not, the Program should abort with an error message. Below is my code, and I tried numerous coding to be able to exit with an error message, but was unsuccesful...