Or ....
A warning against running the 'monster' code --- it actually re-executes
the packed exec on every iteration.
It needed to exit(0); after running IPC::Run::Win32Pump, not just 'return;'
Now I'm really sorry.
Mark
On 23/05/2011 14:50, Mark Dootson wrote:
On 23/05/2011 14:17, Philip Kime wrote:
Hmm, I tried Mr Dootson's monster but it almost hung the machine and
never returned ... I think this is probably too hard for what I need -
After reading Roderich's reply, I think the code set $^X to undef which
probably vexed CreateProcess somewhat.
Sorry
Mark