Help for this page

Select Code to Download


  1. or download this
         #New Server
         my ($pkg, $proto, $my_host, $my_port, $login_proc) = @_; 
    ...
        sub set_event_handler {
             shift unless ref($_[0]); # shift if first arg is package name
             my ($handle, %args) = @_;
    
  2. or download this
    sub _new_client {
        my $sock = $main_socket;
    
  3. or download this
    $main_socket = IO::Socket::INET->new (