Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I wanted to run Win32::OLE on my development machine which is Debian Linux. This tutorial is based on CrossOver Office Standard 4.1, but it should also work with Wine (not tested).

  • Download and install Windows Installer 2.0 Redistributable for Windows 95, 98, and Me
  • Download latest Active State Perl for Windows in .msi format. I used ActivePerl-5.8.6.811-MSWin32-x86-122208.msi.
  • Note: I tried to install .zip format, but it didn't work for me. That's why you need first to install MSI 2.0 update.
  • Start installation:
    $ /opt/cxoffice/bin/wine "C:~WB~WINDOWS~WB~SYSTEM~WB~msiexec.exe" /i A +ctivePerl-5.8.6.811-MSWin32-x86-122208.msi
    After a while, it should be over.
  • Now you have perl installed in ~/.cxoffice/dotwine/fake_windows/Perl/. Try to run it:
    $ uname -a
    Linux llin 2.6.10-1-686 #1 Tue Jan 18 04:34:19 EST 2005 i686 GNU/Linux
    $ /opt/cxoffice/bin/wine "c:\Perl\bin\perl.exe" -v
    
    You should get something like:
    This is perl, v5.8.6 built for MSWin32-x86-multi-thread
    (with 3 registered patches, see perl -V for more detail)
    
    Copyright 1987-2004, Larry Wall
    
    Binary build 811 provided by ActiveState Corp. http://www.ActiveState.com
    ActiveState is a division of Sophos.
    Built Dec 13 2004 09:52:01
    
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'.  If you have access to the
    Internet, point your browser at http://www.perl.org/, the Perl Home Page.
    

That's it!. It wasn't hard at all.

Note: There are some problems however. While calling Excel via OLE works with CrossOver, if you have Excel started it will stop responding to GUI events. So, Excel window will look like it's frozen, but your scripts should be able to communicate with Excel anyway.
Update: I was totally wrong. Adding $excel->{Visible} = 1; fixed my problem. fvwm just doesn't know how to minimize running Excel.
And, now assorted list of links to get you started with Excel and OLE automation. TPJ article is very good introduction needed for Linux-nerd like me.


In reply to How to install Win32::OLE under Linux? by dpavlin

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 20:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found