in reply to Socket programming in Perl

UPDATE: The code links below may have gone stale, but the code and tutorial is still available at perlos.ps.

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.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: Socket programming in Perl
by AltGrendel (Acolyte) on Mar 04, 2014 at 13:36 UTC
    Dead link is dead. 404 error when trying that UNO link.