I'm trying to incorporate the Cisco escape sequence:
ctrl+shift+^ x
into my program.
Can any one help me, please.
$t->print("\c^x");
This sends the Ctrl-^, X sequence AKA (Ctrl-Shift-6-X). Works fine in my scripts.
Log in to post a comment.
$t->print("\c^x");
This sends the Ctrl-^, X sequence AKA (Ctrl-Shift-6-X). Works fine in my scripts.