Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl's Mail::Outlook module

Status
Not open for further replies.

deweywsu

Programmer
Joined
Jan 29, 2007
Messages
2
Location
US
Hi
I'm a newbie, and have been hacking away for some time now to get a Perl script to use MS Outlook to send a mail message. I keep getting the following. Note that there is some kind of version conflict between 1702 and 1701. I know the 1702 is the version of the Win32::OLE module I installed today, because I initially had 1703 in there, then downgraded it to 1702 to see what would happen. Does anybody know what the version 1701 is referring to and how I can update it?
I'm running ActivePerl 5.6.xx on a WinXP machine.

Thanks a ton!
-Deweywsu


Win32::OLE object version 0.1701 does not match $Win32::OLE::VERSION 0.1702 at C:/Perl/lib/DynaLoader.pm line 225.
Compilation failed in require at C:/Perl/lib/Mail/Outlook.pm line 105.
BEGIN failed--compilation aborted at C:/Perl/lib/Mail/Outlook.pm line 105.
Compilation failed in require at C:/Dewey/htdocs/cgi-bin/SWAT_initial.cgi line 10.
BEGIN failed--compilation aborted at C:/Dewey/htdocs/cgi-bin/SWAT_initial.cgi line 10.
 
Oops...I forgot to show you the code I used to get that message. It happened when I called the Outlook module:

use Mail::Outlook;

-deweywsu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top