Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/ipc-run-safehandles
https://github.com/bestpractical/ipc-run-safehandles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/ipc-run-safehandles
- Owner: bestpractical
- Created: 2009-04-12T21:51:14.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-12T21:51:37.000Z (over 15 years ago)
- Last Synced: 2023-04-13T18:31:25.869Z (over 1 year ago)
- Homepage: http://search.cpan.org/dist/IPC-Run-SafeHandles
- Size: 101 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
IPC::Run::SafeHandles - Use IPC::Run and IPC::Run3 safelySYNOPSIS
use IPC::Run::SafeHandles;DESCRIPTION
IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.AUTHOR
Chia-liang Kao, ""BUGS
Please report any bugs or feature requests to "bug-ipc-run-safehandles
at rt.cpan.org", or through the web interface at
. I
will be notified, and then you'll automatically be notified of progress
on your bug as I make changes.SUPPORT
You can find documentation for this module with the perldoc command.perldoc IPC::Run::SafeHandles
You can also look for information at:
* AnnoCPAN: Annotated CPAN documentation
* CPAN Ratings
* RT: CPAN's request tracker
* Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Chia-liang Kao, all rights reserved.This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.