Sockets

Unix was built from the ground up with networking in mind, and Perl shows its Unix roots by providing robust support for networking code. Perl includes a number of built-in functions for dealing with sockets (listed in Table 20.1), which behave similarly to their C counterparts. If you're familiar with socket-based programming, these functions should look familiar to you. You might also want to use the Socket module, which gives you access to the common structure definitions from C's socket.h.

Some caveats about the use of sockets in Perl, however. The first is that some of the Perl socket features are available only on Unix; on some Windows or Macintoshes you'll need to use Win32 or MacPerl equivalents, making your scripts much less ...

Get Sams Teach Yourself Perl in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.