DESCRIPTION
The basic
IPC
facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV
IPC
calls. Each is used in slightly different situations.
Back to
NAME
Forward to
Signals
Up to
the perlipc manpage