Help?!?!?
I am trying to create an automated process that runs via a shell script scheduled by cron. My perl script is using expect and it isn't able to capture the output to expect something. Although the perl script does run the expect spawn process it is unable to capture the text while in a cron job. It does work if I manually run it but I need it to be ran via the cron job. Any suggestions?