in reply to Re^2: Win32::OLE, TPJ#10, linux
in thread Win32::OLE, TPJ#10, linux
Don't do a tightly coupled system. Pass RTF files, CSV files or whatever from the Linux side to the Win32 side, and have a Perl program monitor the drop directory. Then import the data into Office, munge it and spit it out again.
Another (bad) idea would be to push over actual Perl code to be executed instead of data files, but if you already look in that direction, consider a database to handle outstanding jobs etc. You will have to have Perl code on the Win32 machine in any way, and I would try to avoid any fancy RPC scheme in favour of file based transfer or DB based transfer, where the advantages and disadvantages of both are to be weighed.
You obviously haven't done much research in the direction, so here are some dire warnings:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::OLE, TPJ#10, linux
by Anonymous Monk on Sep 07, 2004 at 01:13 UTC | |
by Corion (Patriarch) on Sep 07, 2004 at 06:57 UTC |