Help for this page

Select Code to Download


  1. 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
    
  2. or download this
        $poe_kernel->post( $session_id => send => $telneg );
    
  3. or download this
        $poe_kernel->post( $session_id => send => "CONNECT: $address/$port
    +\r\n" );