I need to make a data packet to send over a network. All I need is the data the placing in an UDP packet is no problem. The layout of the message is
If anyone is wondering it's a DHCPv6 reply message.
I guess I need to do this with pack but my experience with Perl is very limited. Can anyone help me?