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


in reply to Simple UDP example anyone?

Again, I point to the (IMHO) definitive guide to Perl and Networks --> Network Programming with Perl by Lincoln D. Stein.

It has several really good UDP samples with very well explained and documented walkthroughs

"Nothing is sure but death and taxes" I say combine the two and its death to all taxes!

Replies are listed 'Best First'.
Re: Re: Simple UDP example anyone?
by vek (Prior) on Dec 06, 2001 at 00:54 UTC
    Yup, also one of my favorite perl reads. Highly recommended for all kinds of perl network-type tasks. There's a whole chapter devoted to the UDP protocol (chapter 18 I think...).