in reply to Re: Is there a problem with IPC::Open on Windows 7?
in thread Is there a problem with IPC::Open on Windows 7?

Instead of using globs or lexicals, I'm checking about using sockets instead of file handles as used in https://github.com/lucastheisen/ipc-open3-callback. So far, select seems to be working fine, but I need to do more tests (like generating something into the child process STDERR).

Documentation of IPC::Open3 in the Synopsis uses use Symbol 'gensym', which could be applied to all three lexicals. If I'm not wrong, this is the approach used by IPC::Run or IPC::Cmd. Is this expected to fail too?

Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill