Help for this page

Select Code to Download


  1. or download this
    my $local = sockaddr_in(43, $local_host);
    
  2. or download this
    # the '0' lets the kernel pick the next unused port
    my $local = sockaddr_in(0, $local_host);