in reply to Socket programming in Perl
Here is a great free tutorial that walks you thru well-commented code. Scroll down to the Perl section at UNO perl socket tutorial
That tutorial teaches you from the basics, but you can then see how the modules IO::Select and IO::Socket make life alot easier.
A good problem to work thru, to gain a good understanding of sockets, is to convert the Socket based code of the good professor, to use IO::Sockets and IO::Select.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Socket programming in Perl
by AltGrendel (Acolyte) on Mar 04, 2014 at 13:36 UTC | |
by zentara (Cardinal) on Mar 04, 2014 at 19:29 UTC |