Help for this page

Select Code to Download


  1. or download this
    use Socket;
    
    ...
      send(NEW_SOCKET,"Hello",0);
      close NEW_SOCKET;
    }
    
  2. or download this
    use Socket;
    
    ...
     print "$val from $iaddr\n";
    }
    close SOCKET or die "close: $!";