http://www.perlmonks.org?node_id=829688


in reply to UDP server with IO::Socket::INET

I do something similar, i have a server that needs to send info out to clients on a regular basis but i didn't want to worry about maintaining client lists and connections. I just used a UDP broadcast in my case, but a multicast would work just as well.


___________
Eric Hodges