summaryrefslogtreecommitdiff
path: root/pod/perlipc.pod
diff options
context:
space:
mode:
authorArjen Laarhoven <arjen@nl.demon.net>2002-08-06 16:16:01 +0200
committerhv <hv@crypt.org>2002-08-08 15:02:57 +0000
commitc04e1326476132742d2ce260315f08d855f12509 (patch)
treef929530ca75b79b359adc99adc6fbc7511212796 /pod/perlipc.pod
parent1ce0b88cbbc3b4ceae3caf23aae18979e81daba4 (diff)
downloadperl-c04e1326476132742d2ce260315f08d855f12509.tar.gz
[DOC PATCH] perlipc.pod
Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net> p4raw-id: //depot/perl@17700
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r--pod/perlipc.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index 02f2687419..6ab14def00 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<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