Help for this page

Select Code to Download


  1. or download this
    if (( defined $buf ) || ($buf =~ /\w/))
    
  2. or download this
    if (( defined $buf ) && ($buf =~ /\w/))
    
  3. or download this
    your server with my modification:
    use IO::Socket;
    ...
        close($socket);
    }