in reply to Newbee needs help
I can only assume that you are using Net::Telnet, based on the code snippet you provided, since your post does not say how you are trying to do what you want. If my assumption is correct, the problem is probably related to the way you defined the prompt. Anyway, start with this:
my $log_fh = $t->input_log($filename); $t->cmd(String => "debug isdn verbose");
Then examine the log, and see what it contains.
If you would provide a more complete example of what you are doing (at least the fragments when you initialize Net::Telnet and set up the prompt), I would gladly help you with your problem.
regards,
Luke Jefferson
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Newbee needs help
by Anonymous Monk on Sep 26, 2014 at 14:19 UTC |