On 7/18/07, Monty <[EMAIL PROTECTED]> wrote:

In studying network programming (and I'm just beginning at it), I see
where listen() is called to set up a socket that waits for incoming
connection requests.  The next step appears to be a call to accept()

Unless you really need to work at this low level, you're working too
hard. Check to see whether a module on CPAN already supports whatever
high-level protocol you're using.

   http://search.cpan.org/

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to