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       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IPC-Run-SafeHandles>.
35       I will be notified, and then you'll automatically be notified of
36       progress on your bug as I make changes.
37

SUPPORT

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

ACKNOWLEDGEMENTS

67       Copyright 2007 Chia-liang Kao, all rights reserved.
68
69       This program is free software; you can redistribute it and/or modify it
70       under the same terms as Perl itself.
71
72
73
74perl v5.12.0                      2008-06-11          IPC::Run::SafeHandles(3)
Impressum