Help for this page

Select Code to Download


  1. or download this
      shift unless ref($_[0]); # shift if first arg is package name
    
  2. or download this
    sub _new_client {
        my $sock = $main_socket->accept();
    ...
            $conn->disconnect();
        }
    }