in reply to
Sending a slash ('/') with Net::Telnet
Just the first thing that popped into my head...have you tried escaping the '/'?
@lines = $t->cmd("\/");
[download]
HTH
Jack
Comment on
Re: Sending a slash ('/') with Net::Telnet
Download
Code
Replies are listed 'Best First'.
Re^2: Sending a slash ('/') with Net::Telnet
by
Anonymous Monk
on Oct 11, 2005 at 21:33 UTC
Yes and I tried using cmd('/') with single quotes as well.
[reply]
In Section
Seekers of Perl Wisdom