Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use EV;
    ...
    
           print "in=$in\n";
    }
    
  2. or download this
    my $w = EV::io $client, EV::READ, \&handle_client;