Name: | perl-Child |
---|---|
Version: | 0.010 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 57550 |
License: | GPL+ or Artistic |
RPM: | perl-Child-0.010-2.el7.noarch.rpm |
Source RPM: | perl-Child-0.010-2.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Child/ |
Summary: | Object oriented simple interface to fork() |
Description: | Fork is too low level, and difficult to manage. Often people forget to exit at the end, reap their children, and check exit status. The problem is the low level functions provided to do these things. Throw in pipes for IPC and you just have a pile of things nobody wants to think about. |