in reply to Re^3: About Broadcasting
in thread About Broadcasting

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^5: About Broadcasting
by Corion (Patriarch) on Nov 05, 2007 at 15:40 UTC

    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.