1Child::Link::Parent(3)User Contributed Perl DocumentationChild::Link::Parent(3)
2
3
4
6 Child::Link::Proc - Proc object used by Child.
7
9 This class inherits from:
10
11 Child::Link
12
14 $proc->pid()
15 Returns the parent process PID.
16
17 $proc->detach()
18 Detach the from the parent. uses POSIX::setsid(). Not available in
19 windows.
20
22 Most of this was part of Parallel::Runner intended for use in the
23 Fennec project. Fennec is being broken into multiple parts, this is one
24 such part.
25
27 This module is part of the Fennec project. See Fennec for more details.
28 Fennec is a project to develop an extendable and powerful testing
29 framework. Together the tools that make up the Fennec framework
30 provide a potent testing environment.
31
32 The tools provided by Fennec are also useful on their own. Sometimes a
33 tool created for Fennec is useful outside the greater framework. Such
34 tools are turned into their own projects. This is one such project.
35
36 Fennec - The core framework
37 The primary Fennec project that ties them all together.
38
40 Chad Granum exodist7@gmail.com
41
43 Copyright (C) 2010 Chad Granum
44
45 Child is free software; Standard perl licence.
46
47 Child is distributed in the hope that it will be useful, but WITHOUT
48 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
49 FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
50
51
52
53perl v5.36.0 2023-01-20 Child::Link::Parent(3)