The stupid question is the question not asked | |
PerlMonks |
Re: Network programming using socketsby SirBones (Friar) |
on Jun 18, 2004 at 12:13 UTC ( [id://367916]=note: print w/replies, xml ) | Need Help?? |
Perl Cookbook has excellent coverage of sockets and client/server programming (Chapter 17.) I'm in the midst of porting some Java based c/s applications to Perl. Our stuff is very much cross-platform; the Java code had to run on Windows, Linux, and (*gasp*) even OS/2. I can attest that Perl is just as robust as Java in its socket/networking support. And I haven't had to worry about the particular platform so far.
"This bounty hunter is my kind of scum: Fearless and inventive." --J.T. Hutt
In Section
Seekers of Perl Wisdom
|
|