You might want to give an example of what output you get.. Do you get any errors, or just no response at all? What happens if you add DEBUG => 1 to your new() call?
Thank you for your responce. I get nothing from the addition of the Debug => 1. If I follow the error protocal of Net::Telnet I get "die" return whether the command completes or not. Must be the syntex I am using. Still can't get it to work. Very frusterating.
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.