On Wed, Feb 6, 2013 at 6:58 PM, David Golden <xdg@xdg.me> wrote: > Capture::Tiny goes through some hoops to avoid that, but it would be > nice if the core could find a way to stay off fd 0 (assuming a > sufficiently portable way to do so exists). Judging from googleing around dup/dup2 is portable among Unix, Windows and VMS. It should be possible. LeonThread Previous | Thread Next