Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Win32::OLE installation

by Banky (Acolyte)
on Jun 26, 2001 at 18:07 UTC ( [id://91595]=perlquestion: print w/replies, xml ) Need Help??

Banky has asked for the wisdom of the Perl Monks concerning the following question:

Hi I'm having trouble finding a copy of Win32::OLE that I can install with ActiveState Perl. The standard repository doesn't have it when I run PPM. The only place I could find a copy was roth.net but when I tried to install their version it threw an error about not being thread-safe.

Here's my Perl version info:

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2001, Larry Wall

Binary build 626 provided by ActiveState Tool Corp. http://www.ActiveState.com
Built 01:31:15 May  2 2001

Replies are listed 'Best First'.
Re: Win32::OLE installation
by azatoth (Curate) on Jun 26, 2001 at 18:20 UTC
      This was really very helpful! Thanks!
Re: Win32::OLE installation
by the_0ne (Pilgrim) on Jun 26, 2001 at 18:21 UTC
    Actually, if you install Win32::API, it should install the Win32::OLE module you need. I was messing with some Win32 perl the other day and realized I was going to need Win32::OLE. Without trying to install it, I just ran the script, having already installed Win32::API and it worked fine.

    HTH Good luck.

      I doubt that Win32::API installs Win32::OLE (it certainly didn't the list time I checked).

      I think that Win32::OLE comes with ActivePerl by default. I haven't installed a Perl v5.6.1 from ActiveState but Win32::OLE has certainly come with all of the previous versions of ActivePerl that I have installed.

      Perhaps Banky should just check whether it is already installed before trying to find it to install?

      $ perl -mWin32::OLE -e "print $Win32::OLE::VERSION" 0.13

              - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://91595]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 13:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found