Our perl program crashes when started on customer's Windows machine. Further tests shows that with the perl distribution we provide, a simple "hello world" script works, but breaks if it includes the line:
use Win32::TieRegistry(Delimiter=>'\\');
It crashes with Access Violation for accessing a zero pointer. The stack points to registry.dll.
Any idea how I can troubleshoot this problem? I didn't find anything about it in a google search, and can't recreate it in my environment.