Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use IO::Select;
    ...
    print "Terminating Server\n";
    close $main_sock;
    getc();
    
  2. or download this
    use IO::Socket;
    use IO::Pipe;
    ...
    
    close ($sock);