in reply to Re: Re: Re: UDP socket questions
in thread UDP socket questions
Adding "LocalAddr" was all I needed and now $sock_r->sockport returns the listening port.
Sending $hex hi thru my write socket is exactly what I need!
# results in "4567" in datagram trace - WINNER!! my $hex_hi = pack("H*", "4567");
|
|---|