in reply to Re: perl udp broadcast
in thread perl udp broadcast

UDP is based on IP, so you can't send an UDP packet without an IP. Or rather, you'll have to construct a raw packet and send it on the raw interface.