search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
415 B
Text
8 lines
415 B
Text
This module provides an intuitive, Perl-ish way to write forking
|
|
programs by letting you use blocks to illustrate which code section
|
|
executes in which fork. The code for the parent, child, retry handler
|
|
and error handler are grouped together in a "fork block". The clauses
|
|
may appear in any order, but they must be consecutive (without any other
|
|
statements in between).
|
|
|
|
WWW: https://metacpan.org/release/Proc-Fork
|