• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D03-Nov-2015699 2316

LICENSEH A D03-Nov-201517.7 KiB371289

MANIFESTH A D03-Nov-201579 109

META.ymlH A D03-Nov-2015531 2221

Makefile.PLH A D03-Nov-2015357 109

READMEH A D03-Nov-2015326 1611

Wait3.pmH A D03-Nov-20152.6 KiB9712

Wait3.xsH A D28-Aug-20071.3 KiB4440

test.plH A D03-Nov-2015746 3415

README

1Proc::Wait3 version 0.05
2========================
3
4Proc::Wait3 is a simple perl wrapper around the wait3(1) system call.
5It reaps dead children like wait(), but also reports on the resource
6usage of the child.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16