Help for this page

Select Code to Download


  1. or download this
    send: Cannot determine peer address at udp.pl line 24
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
        # send udp packet
        $sock->send($data) || die "send(): $!";
    }