in reply to
Windows + Win32::OLE + fork = Hell
Be advised that fork() on Windows is really just spawning a thread. (I don't recall what exec() maps to, possibly nothing).
Take a look at
Win32::Process
instead.
Perl Contrarian & SQL fanboy
Comment on
Re: Windows + Win32::OLE + fork = Hell
In Section
Seekers of Perl Wisdom