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("\/");
HTH

Jack

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.