Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use Socket;
    ...
    print $sock->sockport(),"\n";
    print $sock->peerhost(),"\n";
    print $sock->peerport(),"\n";
    
  2. or download this
    use IO::Socket::INET6;
    use Socket;
    ...
    print $sock->sockport(),"\n";
    print $sock->peerhost(),"\n";
    print $sock->peerport(),"\n";
    
  3. or download this
    0.0.0.0
    32807
    10.254.83.40
    23456
    
  4. or download this
    ::
    -4622771466457284569
    2000:1234:5678:9abc::eeff
    -4622771466457293920