>I want some guidance on event handling in perl. I want to perform an action >on mouse click event or key button press event. >Like a dialog box or message box should popup when I click left or right >mouse button. >I tried to use win32::Event Module . But I did not understand how to use it. >Is it the module >require for that purpose
I just stumbled upon a perl module package called "Prima". It does exactly what you want, it has a VB.pl script which looks just like the Visual Basic IDE. It's all perl. Go to: http://www.prima.eu.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]