From: Arjen Laarhoven Date: Tue, 6 Aug 2002 14:16:01 +0000 (+0200) Subject: [DOC PATCH] perlipc.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c04e1326476132742d2ce260315f08d855f12509;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] perlipc.pod Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net> p4raw-id: //depot/perl@17700 --- diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 02f2687..6ab14de 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -1638,10 +1638,11 @@ version and suggestions from the Perl Porters. There's a lot more to networking than this, but this should get you started. -For intrepid programmers, the indispensable textbook is I by W. Richard Stevens (published by Addison-Wesley). Note -that most books on networking address networking from the perspective of -a C programmer; translation to Perl is left as an exercise for the reader. +For intrepid programmers, the indispensable textbook is I by W. Richard Stevens +(published by Prentice-Hall). Note that most books on networking +address the subject from the perspective of a C programmer; translation +to Perl is left as an exercise for the reader. The IO::Socket(3) manpage describes the object library, and the Socket(3) manpage describes the low-level interface to sockets. Besides the obvious