freebsd-ports/devel/p5-Proc-Fork/pkg-descr
Anton Berezin 6096c5ee13 Add devel/p5-Proc-Fork, a Perl module that provides simple, intuitive
interface to the fork() system call.
2006-01-10 14:56:30 +00:00

9 lines
415 B
Plaintext

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/