Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Perl & Win32 & RHEL

0 views
Skip to first unread message

neel...@rediffmail.com

unread,
May 9, 2008, 7:38:45 AM5/9/08
to
Hi,

I am _very_ new to Perl (third day to be precise) so apologies in
advance for the incorrectness in post below.

I am trying to run a perl script on _RHEL 5.1_. That script, when ran,
throws error "Cannot load Win32::OLE: Can't locate Win32/OLE.pm in
@INC..". I have managed to download few other dependencies when I got
the messages about missing dependencies from net (from different
sites). But, as far as Win32 is concerned, I don't seem to find a site
where I can download Win32 rpm.

Could you let me know where I can get it from (if it's a paid service/
module I will have to ask the company I work for)? If you are not
aware, could you point me to the correct source?

Thanks,
Vishvesh

sisyphus

unread,
May 9, 2008, 8:00:04 AM5/9/08
to
On May 9, 9:38 pm, neelsm...@rediffmail.com wrote:
.

.
> I am trying to run a perl script on _RHEL 5.1_. That script, when ran,
> throws error "Cannot load Win32::OLE: Can't locate Win32/OLE.pm in
> @INC..".

Win32::OLE works only on MS Windows.
For use on linux, you'll need to rewrite the script so that it no
longer makes use of Win32::OLE.

Cheers,
Rob

0 new messages