sub _mswin_pipe { my ( $read, $write ) = IO::Socket->socketpair( AF_UNIX, SOCK_STREAM, PF_UNSPEC );
Are you running this code directly under windows or via some *nix emulation layer (eg.cygwin)?
Because I've never seen sockets in the AF_UNIX domain created under windows.
In reply to Re^12: Is there a problem with IPC::Open on Windows 7?
by BrowserUk
in thread Is there a problem with IPC::Open on Windows 7?
by glasswalk3r
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |