![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
IPv6 Socketsby nitin1704 (Sexton) |
on Dec 10, 2012 at 03:40 UTC ( [id://1008024]=perlquestion: print w/replies, xml ) | Need Help?? |
nitin1704 has asked for the wisdom of the Perl Monks concerning the following question:
I have two scripts for sending out UDP packets to IPv4 and IPv6 sockets, using IO::Socket::INET and INET6 respectively.
IPv4 Client
IPv6 Client
IPv4 Output
IPv6 Output
Question I can't figure out why INET6 sockets are printing such weird values for the port numbers, even though I'm using the same 23456 in both cases.
Back to
Seekers of Perl Wisdom
|
|