NET::Telnet send cmd without response

2003-02-04 Thread David O'Dell
I am having trouble sending a command wihtout waiting for a response. After I telnet in I send a command GET_STATS then the data prints out. However when I try to send the command like this: $t->cmd("GET_STATS"); it times out becasue I think it is waiting for a response, however no data is ret

Re: NET::Telnet send cmd without response

2003-02-04 Thread Wiggins d'Anconia
David O'Dell wrote: I am having trouble sending a command wihtout waiting for a response. After I telnet in I send a command GET_STATS then the data prints out. However when I try to send the command like this: $t->cmd("GET_STATS"); it times out becasue I think it is waiting for a response, ho