in reply to Win32::OLE, TPJ#10, linux
Win32::OLE is extremely tightly coupled to Windows. Essentially the C code in the OLE XS simply provides you access to the native Win32 OLE API. For example one of the first includes is #include <windows.h> ;-)
What is it you want to do? If the (guess) task is to read/write to an Access database or similar they may be other options.
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::OLE, TPJ#10, linux
by Anonymous Monk on Sep 06, 2004 at 11:20 UTC |