in reply to Re^6: Telnet list of IP and get information stored to a file
in thread Telnet list of IP and get information stored to a file
but instead the only reply i am getting is ("The server returned: 1")
That's because you're using the $telnet->put method which returns 1 on success. I think you want my @output = $telnet->cmd which will give you the output from the server.
|
|---|