in reply to Re^4: Win32 - Memory can not be "read"
in thread Win32 - Memory can not be "read"

If the problem is the for() bug referred to (and it seems like a good candidate) and a later version of perl doesn't have it fixed, then you could work around the problem by hacking on the module - you could try changing the for() loop to a while loop with an explicit counter on number of iterations.