RE: msgbox in perl script

2006-03-07 Thread Timothy Johnson
M 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 -

Re: msgbox in perl script

2006-03-07 Thread M Senthil Kumar
On Tue, 7 Mar 2006, Irfan J Sayed wrote: |Hi, | |Is ther any function in perl to compare the dates ? | |if yes then what is the syntax Before posting please remove the irrelevant part of the messages. And the answer to your query is yes. Look for Date::Calc in cpan.org and as for the syntax find

Re: msgbox in perl script

2006-03-07 Thread Octavian Rasnita
From: "Irfan J Sayed" <[EMAIL PROTECTED]> > Hi, > > Is ther any function in perl to compare the dates ? > > if yes then what is the syntax > Read: perldoc -f time perldoc -f localtime Search with search.cpan.org for "date" and choose a module that does what you want. -- To unsubscribe, e-mai

Re: msgbox in perl script

2006-03-07 Thread Irfan J Sayed
Hi, Is ther any function in perl to compare the dates ? if yes then what is the syntax Regards Irfan Sayed "Octavian Rasnita" <[EMAIL PROTECTED]> 03/07/2006 04:53 PM To "Rob Coops" <[EMAIL PROTECTED]>, Irfan J Sayed/India/[EMAIL PROTECTED] cc Subject Re:

Re: msgbox in perl script

2006-03-07 Thread Octavian Rasnita
t;[EMAIL PROTECTED]> Cc: 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:- > > I am compairing two dates . if the date entered by user is le

Re: msgbox in perl script

2006-03-07 Thread Irfan J Sayed
hieve this ? Regards Irfan Sayed "Rob Coops" <[EMAIL PROTECTED]> 03/07/2006 04:26 PM To Irfan J Sayed/India/[EMAIL PROTECTED] cc beginners@perl.org Subject Re: msgbox in perl script Hi Irfan, Could you be a little more specific. What do you have and what are you

RE: msgbox in perl script

2006-03-07 Thread Dhanashri Bhate
Hi Irfan, Take a look at http://search.cpan.org/search?query=msgbox&mode=all Dhanashri -Original Message- From: Rob Coops [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 4:26 PM To: Irfan J Sayed Cc: beginners@perl.org Subject: Re: msgbox in perl script Hi Irfan, Could

Re: msgbox in perl script

2006-03-07 Thread Rob Coops
Hi Irfan, Could you be a little more specific. What do you have and what are you trying to do? Even though msgbox is a term that is very familair to you most of us might not have any idea what you mean or call this thing by a slightly diffrent name. The more details you can give the better the a