IPC::Run::Win32IO

TriggerTek Logo
abcdefghijklmnopqrstuvwxyz_
IPC::Run::Win32IO(3) User Contributed Perl Documentation IPC::Run::Win32IO(3)



NAME
       IPC::Run::Win32IO - helper routines for IPC::Run on Win32 platforms.

SYNOPSIS
	   use IPC::Run::Win32IO;   # Exports all by default

DESCRIPTION
       IPC::Run needs to use sockets to redirect subprocess I/O so that the
       select() loop will work on Win32. This seems to only work on WinNT and
       Win2K at this time, not sure if it will ever work on Win95 or Win98.
       If you have experience in this area, please contact me at bar-
       ries@slaysys.com, thanks!.

DESCRIPTION
       A specialized IO class used on Win32.

AUTHOR
       Barries Slaymaker <barries@slaysys.com>.	 Funded by Perforce Software,
       Inc.

COPYRIGHT
       Copyright 2001, Barrie Slaymaker, All Rights Reserved.

       You may use this under the terms of either the GPL 2.0 ir the Artistic
       License.



perl v5.8.8			  2006-05-10		 IPC::Run::Win32IO(3)