in reply to Re: Using Net::Telnet;
in thread Using Net::Telnet;
I attempted to run the following according to the Net Use module instruction
$telnetobj->cmd($string);
$mode = $telnetobj->cmd(String => $string,
Output => my $ref,
Errmode => $mode);
The $mode comes back with 1 whether the command completes remotely or not.