reaper man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

reaper(3)	      User Contributed Perl Documentation	     reaper(3)

NAME
       reaper - support for reaping child processes via $SIG{CHLD}

SYNOPSIS
	 use reaper qw( reaper reapPid pidStatus );

	 my $pid = fork;
	 if ( $pid == 0 ) { # child
	   exec $some_command;
	 }
	 reapPid ( $pid );

	 ...

	 if ( defined(my $exit = pidStatus($pid)) ) {
	   # child exited, check the code...
	 }

DESCRIPTION
       reaper is just a backwards-compatibility wrapper for Reaper -- turns
       out that only 'pragmas' are supposed to be named in lower case, so I
       renamed reaper to Reaper.  But existing code contains 'use reaper', so
       this allows such code to work without changes.

AUTHOR
       Jeremy Slade <jeremy@jkslade.net>

SEE ALSO
       Reaper

POD ERRORS
       Hey! The above document had some coding errors, which are explained
       below:

       Around line 53:
	   =back without =over

perl v5.14.0			  2006-06-07			     reaper(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net