cerr wrote:
Hi There,

I need a server that's listening on UDP port 5000.

UDP is quite different from TCP (for example, you don't have a real connection, every packet is standalone).

Take a look at <http://docstore.mik.ua/orelly/perl/cookbook/ch17_06.htm>

I highly recommend that you buy the Perl Cookbook, most of these problems (or rather the solutions for them) for these kind of tasks are in there ;-)

LG
Rene

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to