search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
392 B
Text
8 lines
392 B
Text
This small low-level module only has one purpose: pass a file
|
|
descriptor to another process, using a (streaming) Unix domain socket
|
|
(on POSIX systems) or any (streaming) socket (on WIN32 systems). The
|
|
ability to pass file descriptors on windows is currently the unique
|
|
selling point of this module. Have I mentioned that it is really
|
|
small, too?
|
|
|
|
WWW: https://metacpan.org/release/IO-FDPass
|