No need to install Win32::GUI for this. The standard Win32 module has a MsgBox function.
Do a 'perldoc Win32' and you'll see the list of methods that are available. -----Original Message----- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 3:23 AM To: Rob Coops; Irfan J Sayed Cc: beginners@perl.org Subject: Re: msgbox in perl script You need to install the module Win32::GUI, then you can use something like: use Win32::GUI;Win32::GUI::MessageBox(undef, "Message", "Title", MB_OK); Teddy ----- Original Message ----- From: "Irfan J Sayed" <[EMAIL PROTECTED]> To: "Rob Coops" <[EMAIL PROTECTED]> Cc: <beginners@perl.org> Sent: Tuesday, March 07, 2006 1:04 PM Subject: Re: msgbox in perl script > HI , > > I need to pop up one mesage box after the execution of the specific > condition. > > For example:- > <snip> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>