Help for this page

Select Code to Download


  1. or download this
    my $clientSocket = new IO::Socket::INET( 
            PeerAddr => $ipSend, 
    ...
    print $clientSocket "HELLO 1.0";  
    sleep(3); 
    close $clientSocket;
    
  2. or download this
    my $servSocket = IO::Socket::INET->new( 
            #LocalHost => 'localhost', 
    ...
            last;
        }
    }