Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::IP -register;
    
    ...
    ) or die "Cannot create socket - $@\n";
    
    print "Created a socket of type " . ref($sock) . "\n";
    
  2. or download this
    c:\>ping ::1
    
    ...
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms