http://www.perlmonks.org?node_id=359775


in reply to Net::Telnet CTRL-C

First, I am not a Net::Telnet guru.

Second, did you try sending the metasymbol \c for control?

\cC for Control-C \cZ for Control-Z \c[ for ESC \c? for DEL

You may also be able to use the \NNN forms for characters.

When you solve this - enlighten us with your solution!

SciDude