in reply to Re^3: About Broadcastingin thread About Broadcasting
Well, what have you done to debug your code?
Have you run it in the debugger? perl -d yourscript.pl?
Have you put print statements into your program to see where it stops running?
Also note that you don't really need input from the command line for your broadcast, you could simply send any predetermined data.