FW: error locating win32:OLE Trying write code that work for both UNIX and MSWin32 Mail

2005-07-06 Thread Drobnis, Mark
Trying write code that work for both UNIX and MSWin32 Mail. This runs on Solaris but doesn't work on windows $win32ole = 'Win32::OLE qw(in with)'; $winconst = Win32::OLE::Const 'Microsoft Outlook'; if ($^O eq 'MSWin32'){ require $win32ole; require $winconst; $Win32::OLE::Warn = 3;

Re: FW: error locating win32:OLE Trying write code that work for both UNIX and MSWin32 Mail

2005-07-06 Thread Сергей Черниенко
Hello, Mark, Wednesday, July 06, 2005, 4:11:12 PM, You wrote: DM Trying write code that work for both UNIX and MSWin32 Mail. DM This runs on Solaris but doesn't work on windows DM $win32ole = 'Win32::OLE qw(in with)'; DM $winconst = Win32::OLE::Const 'Microsoft Outlook'; DM if ($^O eq