Code:
use Net::telnet telnet->open($host); telnet->logint("rrot","rut" $a=telnet->cmd("ls");
but the output of "ls" is not coming in $a.
a is having the status of the ls command it is not having results .a is having 0 or 1.
ouput is not coming in a
Comment