aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Fork/pkg-descr
blob: c32e552597b5c5670f3ace09389c7059626ab23b (plain) (blame)
1
2
3
4
5
6
7
8
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: http://search.cpan.org/dist/Proc-Fork/