Help for this page

Select Code to Download


  1. or download this
    sock($server);
    
  2. or download this
    close $server;
    
  3. or download this
    use strict;
    use IO::Socket qw(:DEFAULT :crlf);
    ...
      close $session
    }
    close $sock;