- or download this
my $telneg = "";
# Let's *try* to turn echo off on the remote side:
...
# Ask for Negotiate About Window Size from the client:
$telneg .= chr(255).chr(253).chr(31); # IAC DO NAWS
- or download this
$poe_kernel->post( $session_id => send => $telneg );
- or download this
$poe_kernel->post( $session_id => send => "CONNECT: $address/$port
+\r\n" );