Thanks for reading:
I am writing a script to log in to work via our VPN. I use a system() call to execute the login. I am new to perl (and programming), so this may be a silly way to do it, but it works and the script runs well.
The problem I am having is that I am prompted after the connection is complete and asked if I "wish to continue" and of course I do, but I don't know how to code it and the program just hangs there.
I was fortunate enough to get some direction towards Expect from Intrepid (thanks) but I am still fighting a losing battle. Thanks for anyone who can help.