EvanK has asked for the wisdom of the Perl Monks concerning the following question:

I've been trying to use Win32::GUI::DragDrop (located here), and I kept getting the following error:
Perl has caused an error in API.DLL. Perl will now close. If you continue to experience problems, try restarting your computer.
At the time I was using ActivePerl build 626, so I upgraded to the latest build, 629, but I still get the same problem. I managed to isolate the line that was causing the problem:
$Main->DragAcceptFiles(1);
Though I still have no idea what's causing it or how to fix it...any ideas?