Change 17700 by [EMAIL PROTECTED] on 2002/08/08 15:02:57
Subject: [DOC PATCH] perlipc.pod
From: Arjen Laarhoven <[EMAIL PROTECTED]>
Date: Tue, 6 Aug 2002 14:16:01 +0200
Message-id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perlipc.pod#42 edit
Differences ...
==== //depot/perl/pod/perlipc.pod#42 (text) ====
Index: perl/pod/perlipc.pod
--- perl/pod/perlipc.pod#41~17525~ Sat Jul 13 15:31:07 2002
+++ perl/pod/perlipc.pod Thu Aug 8 08:02:57 2002
@@ -1638,10 +1638,11 @@
There's a lot more to networking than this, but this should get you
started.
-For intrepid programmers, the indispensable textbook is I<Unix Network
-Programming> 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<Unix
+Network Programming, 2nd Edition, Volume 1> 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
End of Patch.