On Nov 14, 2007 5:45 PM, Raan <[EMAIL PROTECTED]> wrote: > Hi All, > > I have to do some kind of socket programming in perl . > > Is it possible to do some kind of socket programming in perl. >
Yes it's very possible. Perl's socket functions are strong enough to build any network application you want.For the begin I suggest you read the document of `perldoc IO::Socket'. But for more items about socket programming you need to know much relative knowledge like perlipc.I strongly suggest you to read the book of "network programming with perl" by Lincoln Stein, that book almost give you all. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/