I am not very sure, but as long as there exists WinE or Win4LIN, so you can even start MS-Office application under Linux, so it could be possible to easily adopt Win32::OLE for Linux.
But this task will require a bit patching of Win32::OLE.
I have experience with Win32 more than with Linux, so my advices from Linux side are weaker.

As another thought, you could try from another side: is there exist any other Linux software that will perform OLE actions from Linux? You could tie it with Perl et voila...

As a third thought, you could write Perl(win32) layer so it will communicate with Linux Perl and perform Win32::OLE commands by any given protocol (start with simple "eval" then grow to some kind of RPC or XML or something)


In reply to Re: Win32::OLE, TPJ#10, linux by Courage
in thread Win32::OLE, TPJ#10, linux by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.