Hello all
I am running Net::telnet sessions to a device via a modem bank but I am hitting an issue when sometimes the device is not returning data usually due to a glitch. I have a Timeout set but that has to be a long timeout because some of the commands I run take a long time to complete and return a prompt (using prompts to fire the next command).
What I want to do is listen for incoming data, if I do not have incoming data for say 1 minute I then want to bail out my connection.
Can anyone point me in the right direction to check for incoming traffic?