in reply to Re^2: Net::Telnet: how to detect an empty line...
in thread Net::Telnet: how to detect an empty line...
If you really can't determine when the server has completed its response, you can guess based on the heuristic that if the server hasn't sent any data for X number of seconds and we're at the beginning of a line then just assume the server is done sending data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::Telnet: how to detect an empty line...
by s2cuts (Acolyte) on Feb 27, 2008 at 06:34 UTC | |
by Corion (Patriarch) on Feb 27, 2008 at 07:02 UTC |