Help for this page

Select Code to Download


  1. or download this
    my ($new_sock, $pid, $buf);
    while ($new_sock = $main_sock->accept()) {
    ...
    EOF              
        }                                               
    }
    
  2. or download this
    sub execute {
        my $port = 1200;
    ...
        footer();
        # This all prints if I kill the server
    }