Help for this page

Select Code to Download


  1. or download this
    udp        0      0 0.0.0.0:514             0.0.0.0:*
    
  2. or download this
    my $sock = IO::Socket::INET->new(
                                    LocalAddr => 'loghost',
    ...
                                    Type  => SOCK_DGRAM,
                                    # Listen => '5'  # for SOCK_STREAM
    ) or die "Cant establish socket";