RE: Question - Win32::MsgBox

2001-12-10 Thread Mike Singleton
I have question in this script... why did I have to place the [0] in the $quote?? (last line...) use Win32; $Title = Message Of The Day; $File = moti.txt; $Message = Message of the Day; #print Content-type: text\n\n; open (QUOTEFILE, $File) || die print Could not open quote file;

RE: Question - Win32::MsgBox

2001-12-10 Thread tony . o'quinn
] [EMAIL PROTECTED] cc: eState.com Subject: RE: Question - Win32::MsgBox

RE: Question - Win32::MsgBox

2001-12-07 Thread Weir, Jason - Contractor
this works locally use Win32; $Title = Message Of The Day; $Message = Message of the Day; Win32::MsgBox($Message, 1, $Title); Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:18 AM To: [EMAIL PROTECTED] Subject: Question