1IPC::Run::SafeHandles(3U)ser Contributed Perl DocumentatiIoPnC::Run::SafeHandles(3)
2
3
4

NAME

6       IPC::Run::SafeHandles - Use IPC::Run and IPC::Run3 safely
7

SYNOPSIS

9           use IPC::Run::SafeHandles;
10

DESCRIPTION

12       IPC::Run and IPC::Run3 are both very upset when you try to use them
13       under environments where you have STDOUT and/or STDERR tied to
14       something else, such as under fastcgi.
15
16       The module adds safe-guarding code when you call IPC::Run or IPC::Run3
17       under such environment to make sure it always works.
18
19       If you intend to release your code to work under normal envionrment as
20       well as under fastcgi, simply use this module after the "IPC" modules
21       are loaded in your code.
22
23   unimport
24       When unimport, the original IPC::Run and/or IPC::Run3 functions are
25       restored.
26

AUTHOR

28       Chia-liang Kao, "<clkao at bestpractical.com>"
29

BUGS

31       Please report any bugs or feature requests to "bug-ipc-run-safehandles
32       at rt.cpan.org", or through the web interface at
33       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IPC-Run-SafeHandles>.
34       I will be notified, and then you'll automatically be notified of
35       progress on your bug as I make changes.
36

SUPPORT

38       You can find documentation for this module with the perldoc command.
39
40           perldoc IPC::Run::SafeHandles
41
42       You can also look for information at:
43
44       ·   AnnoCPAN: Annotated CPAN documentation
45
46           <http://annocpan.org/dist/IPC-Run-SafeHandles>
47
48       ·   CPAN Ratings
49
50           <http://cpanratings.perl.org/d/IPC-Run-SafeHandles>
51
52       ·   RT: CPAN's request tracker
53
54           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-Run-SafeHandles>
55
56       ·   Search CPAN
57
58           <http://search.cpan.org/dist/IPC-Run-SafeHandles>
59

ACKNOWLEDGEMENTS

62       Copyright 2007 Chia-liang Kao, all rights reserved.
63
64       This program is free software; you can redistribute it and/or modify it
65       under the same terms as Perl itself.
66
67
68
69perl v5.28.1                      2012-08-21          IPC::Run::SafeHandles(3)
Impressum