Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Introduction - pick the right abstraction level

When trying to connect some network device using Perl you have a number of choices.

See the full stack of HTTP connections:

At the lowest level you can use the built in socket function.

Using the Socket library provides several extra functions
and constants that will make your code cleaner and more portable.

See also perlipc

plackup examples/server.psgi