Package : perl-Proc-Fork > RPM : perl-Proc-Fork-0.808.0-1.mga9.src.rpm

Basic items

Name perl-Proc-Fork
Version 0.808.0
Release 1.mga9
URL https://metacpan.org/release/Proc-Fork
Group Development/Perl
Summary Simple, intuitive interface to fork()
Size 19KB
Arch noarch
License GPL+ or Artistic

Description

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).

All four clauses need not be specified. If the retry clause is omitted,
only one fork will be attempted. If the error clause is omitted the program
will die with a simple message if it can't retry. If the parent or child
clause is omitted, the respective (parent or child) process will start
execution after the final clause. So if one or the other only has to do
some simple action, you need only specify that one. For example:


run_fork { child {
exec '/bin/ls', '-l';
die "Couldn't exec ls: $!
";
} };

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-09-05 10:52:50
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie