abhigeet has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I have a typical issue with the Net::Telnet module. When I try to send command for example "show route $route all \| match AS" it takes the command upto the variable "$route" and then executes it and then follows with the "match AS" part, which obviously has no effect.
Let me know if I'm making some mistake in the giving the command string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: NET TELNET module Command issue
by Random_Walk (Prior) on Apr 25, 2013 at 07:55 UTC |