--- cvsroot/schmorpforge/genpage 2013/04/04 07:55:54 1.101 +++ cvsroot/schmorpforge/genpage 2013/04/05 09:11:40 1.102 @@ -482,6 +482,13 @@ This module has event-based readline, as well as asynchronous message printing with readline figured out for you. +IO-FDPass cpan cvs-pod(FDPass.pm,) cvs-co(Changes) + Pass a file descriptor over a socket. + + 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). + Proc-FastSpawn cpan cvs-pod(FastSpawn.pm,) cvs-co(Changes) fork+exec, or spawn, a subprocess as quickly as possible