Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: How Do I Do an IP Broadcast in Perl?

by ikegami (Patriarch)
on Sep 26, 2010 at 21:19 UTC ( [id://862124]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How Do I Do an IP Broadcast in Perl?
in thread How Do I Do an IP Broadcast in Perl?

Sockets are bi-directional, so they can all listen for packets. "Listen" tells IO::Socket to listen for incoming connections. UDP is connection-less, so Listen is never used with UDP.

You have a stray "8" in your argument list.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://862124]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found