sajanagr has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I want to create a socket for my code and a beginner.
I want to create a clean code which will enhance slowly in future.
Now, I came to know there is two way to code socket in Perl.
1. using IO:: Socket module
2. Creating sockets and handling them by hand
the second approach has better control as far as i have used.
But, I will like to have your suggestions before starting with this.
Not all who wander are lost ---- /me
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::socket module or creating by hand
by BrowserUk (Patriarch) on Jun 14, 2010 at 10:41 UTC | |
by sajanagr (Acolyte) on Jun 15, 2010 at 06:11 UTC | |
|
Re: IO::socket module or creating by hand
by jettero (Monsignor) on Jun 14, 2010 at 10:37 UTC | |
|
Re: IO::socket module or creating by hand
by pemungkah (Priest) on Jun 19, 2010 at 02:22 UTC |